LoggerRepositoryCreationEventHandler DelegateApache log4net™ SDK Documentation
Delegate used to handle logger repository creation event notifications

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public delegate void LoggerRepositoryCreationEventHandler(
	Object sender,
	LoggerRepositoryCreationEventArgs e
)

Parameters

sender
Type: SystemObject
The IRepositorySelector which created the repository.
e
Type: log4net.CoreLoggerRepositoryCreationEventArgs
The LoggerRepositoryCreationEventArgs event args that holds the ILoggerRepository instance that has been created.
Remarks

Delegate used to handle logger repository creation event notifications.

See Also

Reference