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