Method | Description | |
---|---|---|
ChildLogger ( this logger, String childLoggerName ) : Logger | ||
Error ( this logger, string message ) : void | ||
Error ( this logger, string message, String stackTrace ) : void | ||
ErrorFormat ( this logger, string format ) : void | ||
Exception ( this logger, |
||
Exception ( this logger, String message, |
||
GetExceptionMessage ( String message, |
||
Info ( this logger, string message ) : void | ||
InfoFormat ( this logger, string format ) : void | ||
LogMessage ( this logger, |
||
Trace ( this logger, string message ) : void | ||
TraceFormat ( this logger, string format ) : void | ||
Warning ( this logger, string message ) : void | ||
WarningFormat ( this logger, string format ) : void |
Method | Description | |
---|---|---|
Debug ( this logger, string message ) : void | ||
DebugFormat ( this logger, string format ) : void | ||
ExpandStackTrace ( |
public static ChildLogger ( this logger, String childLoggerName ) : Logger | ||
logger | this | |
childLoggerName | String | |
return | Logger |
public static Error ( this logger, string message ) : void | ||
logger | this | |
message | string | |
return | void |
public static Error ( this logger, string message, String stackTrace ) : void | ||
logger | this | |
message | string | |
stackTrace | String | |
return | void |
public static ErrorFormat ( this logger, string format ) : void | ||
logger | this | |
format | string | |
return | void |
public static Exception ( this logger, |
||
logger | this | |
ex | ||
return | void |
public static Exception ( this logger, String message, |
||
logger | this | |
message | String | |
ex | ||
return | void |
public static GetExceptionMessage ( String message, |
||
message | String | |
ex | ||
return |
public static Info ( this logger, string message ) : void | ||
logger | this | |
message | string | |
return | void |
public static InfoFormat ( this logger, string format ) : void | ||
logger | this | |
format | string | |
return | void |
public static LogMessage ( this logger, |
||
logger | this | |
lm | ||
return | void |
public static Trace ( this logger, string message ) : void | ||
logger | this | |
message | string | |
return | void |
public static TraceFormat ( this logger, string format ) : void | ||
logger | this | |
format | string | |
return | void |
public static Warning ( this logger, string message ) : void | ||
logger | this | |
message | string | |
return | void |
public static WarningFormat ( this logger, string format ) : void | ||
logger | this | |
format | string | |
return | void |