TeeLogWriter.Level Property
Namespace: Rebex
Assembly: Rebex.Common.dll (version 7.0.9083)
Level
A cumulative log level.
When getting, it returns the minimum level of inner writers' levels.
When setting, the value is propagated to all inner writers.
Declaration
public LogLevel Level { get; set; }
Property Value
Type | Description |
---|---|
LogLevel | Log level. |