Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

LogLog.LogReceived Event

The event raised when an internal message has been received.

[Visual�Basic]
Public�Shared�Event�LogReceived�As�LogReceivedEventHandler
[C#]
public�static�event�LogReceivedEventHandler�LogReceived;

Event Data

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

Property Description
LogLog

See Also

LogLog Class | log4net.Util Namespace