'Declaration Public Shared ReadOnly Property IsDebuggingEnabled As Boolean
public static bool IsDebuggingEnabled { get; }
public: __property static bool get_IsDebuggingEnabled();
Property Value
true - debug information is written to log-file; false - debug information is not written to log-file.
Default value is false.
Default value is false.