메소드 | 설명 | |
---|---|---|
NLogging ( string sourceName ) : System | ||
Trace ( string message ) : void | ||
TraceDebug ( string message ) : void | ||
TraceError ( string message, Exception exception = null ) : void | ||
TraceException ( string message, Exception exception ) : void | ||
TraceInfo ( string message ) : void | ||
TraceWarn ( string message ) : void |
메소드 | 설명 | |
---|---|---|
SetLogger ( ) : void |
public TraceError ( string message, Exception exception = null ) : void | ||
message | string | |
exception | Exception | |
리턴 | void |
public TraceException ( string message, Exception exception ) : void | ||
message | string | |
exception | Exception | |
리턴 | void |