Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

LogLog.OnLogReceived�Method�

Raises the LogReceived event when an internal messages is received.

[Visual�Basic]
Public�Shared�Sub�OnLogReceived( _
���ByVal source�As�Type,�_
���ByVal prefix�As�String,�_
���ByVal message�As�String,�_
���ByVal exception�As�Exception�_
)
[C#]
public�static�void�OnLogReceived(
���Typesource,
���stringprefix,
���stringmessage,
���Exceptionexception
);

Parameters

source
prefix
message
exception

See Also

LogLog Class | log4net.Util Namespace