 | InternalLoggerIsErrorEnabled Property |
Gets a value indicating whether internal log includes Error messages.
Namespace:
NLog.Common
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic static bool IsErrorEnabled { get; }Public Shared ReadOnly Property IsErrorEnabled As Boolean
Get
Dim value As Boolean
value = InternalLogger.IsErrorEnabled
static member IsErrorEnabled : bool with get
Property Value
Type:
Boolean
See Also