Property | Type | Description | |
---|---|---|---|
_logger | log4net.ILog |
Method | Description | |
---|---|---|
Debug ( object message ) : void | ||
Debug ( object message, Exception exception ) : void | ||
DebugFormat ( string format ) : void | ||
Error ( object message ) : void | ||
Error ( object message, Exception exception ) : void | ||
ErrorFormat ( string format ) : void | ||
Fatal ( object message ) : void | ||
Fatal ( object message, Exception exception ) : void | ||
FatalFormat ( string format ) : void | ||
Info ( object message ) : void | ||
Info ( object message, Exception exception ) : void | ||
InfoFormat ( string format ) : void | ||
Logger ( log4net.ILog logger ) : System | ||
Warn ( object message ) : void | ||
Warn ( object message, Exception exception ) : void | ||
WarnFormat ( string format ) : void |
public Debug ( object message, Exception exception ) : void | ||
message | object | |
exception | Exception | |
return | void |
public Error ( object message, Exception exception ) : void | ||
message | object | |
exception | Exception | |
return | void |
public Fatal ( object message, Exception exception ) : void | ||
message | object | |
exception | Exception | |
return | void |
public Info ( object message, Exception exception ) : void | ||
message | object | |
exception | Exception | |
return | void |
public Logger ( log4net.ILog logger ) : System | ||
logger | log4net.ILog | |
return | System |
public Warn ( object message, Exception exception ) : void | ||
message | object | |
exception | Exception | |
return | void |