LogLogOnLogReceived Method Apache log4net™ SDK Documentation
Raises the LogReceived event when an internal messages is received.

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

public static void OnLogReceived(
	Type source,
	string prefix,
	string message,
	Exception exception
)

Parameters

source
Type: SystemType

[Missing <param name="source"/> documentation for "M:log4net.Util.LogLog.OnLogReceived(System.Type,System.String,System.String,System.Exception)"]

prefix
Type: SystemString

[Missing <param name="prefix"/> documentation for "M:log4net.Util.LogLog.OnLogReceived(System.Type,System.String,System.String,System.Exception)"]

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:log4net.Util.LogLog.OnLogReceived(System.Type,System.String,System.String,System.Exception)"]

exception
Type: SystemException

[Missing <param name="exception"/> documentation for "M:log4net.Util.LogLog.OnLogReceived(System.Type,System.String,System.String,System.Exception)"]

See Also

Reference