log4net SDK Reference

LoggingEvent.LoggerName Property

Gets the name of the logger that logged the event.

[Visual Basic]
Public ReadOnly Property LoggerName As String
[C#]
public string LoggerName {get;}

Property Value

The name of the logger that logged the event.

Remarks

Gets the name of the logger that logged the event.

See Also

LoggingEvent Class | log4net.Core Namespace