Method | Description | |
---|---|---|
Error ( |
||
Error ( string message ) : void | ||
Information ( |
||
Information ( string message ) : void | ||
TraceApi ( string componentName, string method, System.TimeSpan timespan ) : void | ||
TraceApi ( string componentName, string method, System.TimeSpan timespan, string fmt ) : void | ||
Warning ( |
||
Warning ( string message ) : void |
Method | Description | |
---|---|---|
FormatExceptionMessage ( |
public Error ( |
||
exception | ||
fmt | string | |
return | void |
public Information ( |
||
exception | ||
fmt | string | |
return | void |
public TraceApi ( string componentName, string method, System.TimeSpan timespan ) : void | ||
componentName | string | |
method | string | |
timespan | System.TimeSpan | |
return | void |
public TraceApi ( string componentName, string method, System.TimeSpan timespan, string fmt ) : void | ||
componentName | string | |
method | string | |
timespan | System.TimeSpan | |
fmt | string | |
return | void |
public Warning ( |
||
exception | ||
fmt | string | |
return | void |