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