log4net SDK Reference

LoggingEventData.Level Field

Level of logging event.

[Visual Basic]
Public Level As Level
[C#]
public Level 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

LoggingEventData Class | log4net.Core Namespace