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