LoggingEvent Level Property Apache log4net™ SDK Documentation
Gets the Level of the logging event.

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public Level Level { get; }

Property Value

Type: Level
The Level of the logging event.
Remarks

Gets the Level of the logging event.

See Also