log4net SDK Documentation - Microsoft .NET Framework 4.0

LogLog Constructor 

Initializes a new instance of the LogLog class.

[Visual Basic]
Public Sub New( _
   ByVal source As Type, _
   ByVal prefix As String, _
   ByVal message As String, _
   ByVal exception As Exception _
)
[C#]
public LogLog(
   Type source,
   string prefix,
   string message,
   Exception exception
);

Parameters

source
prefix
message
exception

See Also

LogLog Class | log4net.Util Namespace