Click or drag to resize

InternalLoggerLogLevel Property

Gets or sets the minimal internal log level.

Namespace:  NLog.Common
Assembly:  NLog (in NLog.dll) Version: 5.2.0+eed5f76d158dbcaef9326f7a0e1c281adad171e8
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