Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

Hierarchy.LoggerCreatedEvent Event

Event used to notify that a logger has been created.

[Visual�Basic]
Public�Event�LoggerCreatedEvent�As�LoggerCreationEventHandler
[C#]
public�event�LoggerCreationEventHandler�LoggerCreatedEvent;

Event Data

The event handler receives an argument of type LoggerCreationEventArgs containing data related to this event. The following LoggerCreationEventArgs property provides information specific to this event.

Property Description
Logger Gets the Logger that has been created.

Remarks

Event raised when a logger is created.

See Also

Hierarchy Class | log4net.Repository.Hierarchy Namespace