Get or set the log level - only log messages with log level equal to or greater than the specified one.

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

Syntax

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

Field Value

Log level.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also