LoggingEventDataLevel FieldApache log4net™ SDK Documentation
Level of logging event.

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public Level Level

Field Value

Type: Level
Remarks

Level of logging event. Level cannot be Serializable because it is a flyweight. Due to its special serialization it cannot be declared final either.

See Also

Reference