LoggingEventData Level FieldApache log4net™ SDK Documentation
Level of logging event.

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.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