 | LoggerIsWarnEnabled Property |
Gets a value indicating whether logging is enabled for the Warn level.
Namespace: NLogAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxpublic bool IsWarnEnabled { get; }
Public ReadOnly Property IsWarnEnabled As Boolean
Get
Return Value
Type:
BooleanA value of
if logging is enabled for the
Warn level, otherwise it returns
.
Implements
ILoggerIsWarnEnabled
See Also