Method | Description | |
---|---|---|
Debug ( this logger, |
||
Debug ( this logger, |
||
Debug ( this logger, object message ) : void | ||
Debug ( this logger, string format ) : void | ||
Error ( this logger, |
||
Error ( this logger, |
||
Error ( this logger, object message ) : void | ||
Error ( this logger, string format ) : void | ||
Fatal ( this logger, |
||
Fatal ( this logger, |
||
Fatal ( this logger, object message ) : void | ||
Fatal ( this logger, string format ) : void | ||
Info ( this logger, |
||
Info ( this logger, |
||
Info ( this logger, object message ) : void | ||
Info ( this logger, string format ) : void | ||
Warning ( this logger, |
||
Warning ( this logger, |
||
Warning ( this logger, object message ) : void | ||
Warning ( this logger, string format ) : void |
public static Debug ( this logger, |
||
logger | this | |
exception | ||
message | object | |
return | void |
public static Debug ( this logger, |
||
logger | this | |
exception | ||
format | string | |
return | void |
public static Debug ( this logger, object message ) : void | ||
logger | this | |
message | object | |
return | void |
public static Debug ( this logger, string format ) : void | ||
logger | this | |
format | string | |
return | void |
public static Error ( this logger, |
||
logger | this | |
exception | ||
message | object | |
return | void |
public static Error ( this logger, |
||
logger | this | |
exception | ||
format | string | |
return | void |
public static Error ( this logger, object message ) : void | ||
logger | this | |
message | object | |
return | void |
public static Error ( this logger, string format ) : void | ||
logger | this | |
format | string | |
return | void |
public static Fatal ( this logger, |
||
logger | this | |
exception | ||
message | object | |
return | void |
public static Fatal ( this logger, |
||
logger | this | |
exception | ||
format | string | |
return | void |
public static Fatal ( this logger, object message ) : void | ||
logger | this | |
message | object | |
return | void |
public static Fatal ( this logger, string format ) : void | ||
logger | this | |
format | string | |
return | void |
public static Info ( this logger, |
||
logger | this | |
exception | ||
message | object | |
return | void |
public static Info ( this logger, |
||
logger | this | |
exception | ||
format | string | |
return | void |
public static Info ( this logger, object message ) : void | ||
logger | this | |
message | object | |
return | void |
public static Info ( this logger, string format ) : void | ||
logger | this | |
format | string | |
return | void |
public static Warning ( this logger, |
||
logger | this | |
exception | ||
message | object | |
return | void |
public static Warning ( this logger, |
||
logger | this | |
exception | ||
format | string | |
return | void |
public static Warning ( this logger, object message ) : void | ||
logger | this | |
message | object | |
return | void |
public static Warning ( this logger, string format ) : void | ||
logger | this | |
format | string | |
return | void |