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