LoggingEvent LoggerName Property Apache log4net™ SDK Documentation
Gets the name of the logger that logged the event.

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

public string LoggerName { get; }

Property Value

Type: OnlineString
The name of the logger that logged the event.
Remarks

Gets the name of the logger that logged the event.

See Also