Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
SetLogger ( ) : void |
public NLogging ( string sourceName ) : System | ||
sourceName | string | |
return | System |
public TraceError ( string message, Exception exception = null ) : void | ||
message | string | |
exception | Exception | |
return | void |
public TraceException ( string message, Exception exception ) : void | ||
message | string | |
exception | Exception | |
return | void |