Method | Description | |
---|---|---|
Debug ( string messageFormatString ) : void | ||
Error ( |
||
Error ( string messageFormatString ) : void | ||
Fatal ( |
||
Fatal ( string messageFormatString ) : void | ||
FormatLogger ( log4net.ILog log ) : System | ||
Info ( |
Logs an exception as an info message
|
|
Info ( string messageFormatString ) : void | ||
Log ( LogLevel level, |
||
Log ( LogLevel level, string messageFormatString ) : void | ||
Warn ( string messageFormatString ) : void |
public Debug ( string messageFormatString ) : void | ||
messageFormatString | string | |
return | void |
public Error ( |
||
ex | ||
prefix | string | |
return | void |
public Error ( string messageFormatString ) : void | ||
messageFormatString | string | |
return | void |
public Fatal ( |
||
ex | ||
prefix | string | |
return | void |
public Fatal ( string messageFormatString ) : void | ||
messageFormatString | string | |
return | void |
public FormatLogger ( log4net.ILog log ) : System | ||
log | log4net.ILog | |
return | System |
public Info ( |
||
ex | ||
messageFormatString | string | |
return | void |
public Info ( string messageFormatString ) : void | ||
messageFormatString | string | |
return | void |
public Log ( LogLevel level, |
||
level | LogLevel | |
ex | ||
prefix | string | |
return | void |
public Log ( LogLevel level, string messageFormatString ) : void | ||
level | LogLevel | |
messageFormatString | string | |
return | void |
public Warn ( string messageFormatString ) : void | ||
messageFormatString | string | |
return | void |