LogLog Constructor Apache log4net™ SDK Documentation
Initializes a new instance of the LogLog class.

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public LogLog(
	Type source,
	string prefix,
	string message,
	Exception exception
)

Parameters

source
Type: OnlineSystem Type

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

prefix
Type: OnlineSystem String

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

message
Type: OnlineSystem String

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

exception
Type: OnlineSystem Exception

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

See Also