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.

Namespace:  Rebex
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Property Level As LogLevel
	Get
	Set
C#
public LogLevel Level { get; set; }

Field Value

Log level.

Implements

ILogWriter..::..Level

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also