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.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
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