Test if LogLog.Debug is enabled for output.
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
public static bool IsDebugEnabled { get; }
public static bool IsDebugEnabled { get; }
Public Shared ReadOnly Property IsDebugEnabled As Boolean
Get
Public Shared ReadOnly Property IsDebugEnabled As Boolean
Get
public:
static property bool IsDebugEnabled {
bool get ();
}
public:
static property bool IsDebugEnabled {
bool get ();
}
Property Value
Type:
Booleantrue if Debug is enabled
Test if LogLog.Debug is enabled for output.