Click or drag to resize

InternalLoggerLogLevel Property

Gets or sets the minimal internal log level.

Namespace:  NLog.Common
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
public static LogLevel LogLevel { get; set; }

Property Value

Type: LogLevel
Examples
If set to Info, then messages of the levels Info, Error and Fatal will be written.
See Also