Initializes a new instance of the
LogLog class.
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
public LogLog(
Type source,
string prefix,
string message,
Exception exception
)
Public Sub New (
source As Type,
prefix As String,
message As String,
exception As Exception
)
public:
LogLog(
Type^ source,
String^ prefix,
String^ message,
Exception^ exception
)
new :
source : Type *
prefix : string *
message : string *
exception : Exception -> LogLog
Parameters
- source
- Type: SystemType
- prefix
- Type: SystemString
- message
- Type: SystemString
- exception
- Type: SystemException
Reference