FileLogWriter.Level Property
Namespace: Rebex
Assembly: Rebex.Common.dll (version 7.0.9083)
Level
Gets or sets the log level - only log messages with log level equal to or greater than the specified one. Inherited from LogWriterBase.
Declaration
public LogLevel Level { get; set; }
Property Value
Type | Description |
---|---|
LogLevel | Log level. |