Method | Description | |
---|---|---|
Debug ( string format ) : void | ||
DelegateLogger ( string logName, Action |
||
Error ( |
||
Info ( string format ) : void | ||
TraceApi ( string method, System.TimeSpan timespan ) : void | ||
TraceApi ( string method, System.TimeSpan timespan, string format ) : void | ||
Warning ( |
||
Warning ( string format ) : void |
public DelegateLogger ( string logName, Action |
||
logName | string | |
logMethod | Action |
|
return | System |
public Error ( |
||
exception | ||
format | string | |
return | void |
public TraceApi ( string method, System.TimeSpan timespan ) : void | ||
method | string | |
timespan | System.TimeSpan | |
return | void |
public TraceApi ( string method, System.TimeSpan timespan, string format ) : void | ||
method | string | |
timespan | System.TimeSpan | |
format | string | |
return | void |
public Warning ( |
||
exception | ||
format | string | |
return | void |