Click or drag to resize
LoggerLogLevel Property
The Logger.Level assocaited with this Logger. The finer grained levels provide more detailed output and are inclusive of the levels before it. Not all levels are implemented for all classes.

Namespace: Imsl
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public LoggerLevel LogLevel { get; set; }

Property Value

Type: LoggerLevel
See Also