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