 | LoggerIsDebugEnabled Property |
[Missing <summary> documentation for "P:Slash.Diagnostics.Logging.Logger.IsDebugEnabled"]
Namespace: Slash.Diagnostics.LoggingAssembly: Slash.Diagnostics (in Slash.Diagnostics.dll) Version: 1.0.6018.40181
Syntaxpublic bool IsDebugEnabled { get; }
Public ReadOnly Property IsDebugEnabled As Boolean
Get
public:
virtual property bool IsDebugEnabled {
bool get () sealed;
}
abstract IsDebugEnabled : bool with get
override IsDebugEnabled : bool with get
Property Value
Type:
BooleanImplements
ILoggerIsDebugEnabled
See Also