메소드 | 설명 | |
---|---|---|
Debug ( string format ) : void | ||
Error ( |
||
Error ( string fmt ) : void | ||
Error ( string errorType, string format ) : void | ||
Info ( string format ) : void | ||
NullLogger ( ) : System | ||
TraceApi ( string method, System.TimeSpan timespan ) : void | ||
TraceApi ( string method, System.TimeSpan timespan, string format ) : void | ||
TraceError ( |
||
TraceError ( string errorType, string format ) : void | ||
Warning ( |
||
Warning ( string format ) : void |
public Error ( |
||
exception | ||
fmt | string | |
리턴 | void |
public Error ( string errorType, string format ) : void | ||
errorType | string | |
format | string | |
리턴 | void |
public TraceApi ( string method, System.TimeSpan timespan ) : void | ||
method | string | |
timespan | System.TimeSpan | |
리턴 | void |
public TraceApi ( string method, System.TimeSpan timespan, string format ) : void | ||
method | string | |
timespan | System.TimeSpan | |
format | string | |
리턴 | void |
public TraceError ( |
||
exception | ||
format | string | |
리턴 | void |
public TraceError ( string errorType, string format ) : void | ||
errorType | string | |
format | string | |
리턴 | void |
public Warning ( |
||
exception | ||
format | string | |
리턴 | void |