C-DEngine 5.105

TheServiceHostInfo..::..DisableConsole Property

If set to true, no Log output will go the the console. Logger plugins are not affected

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool DisableConsole { get; set; }
Public Property DisableConsole As Boolean
	Get
	Set
public:
property bool^ DisableConsole {
	bool^ get ();
	void set (bool^ value);
}