Method | Description | |
---|---|---|
Fine ( this log, string message ) : void | ||
Fine ( this log, string message, |
||
FineFormat ( this log, string message ) : void | ||
IsFineEnabled ( this log ) : bool | ||
IsTraceEnabled ( this log ) : bool | ||
Trace ( this log, string message ) : void | ||
Trace ( this log, string message, |
||
TraceFormat ( this log, string message ) : void |
public static Fine ( this log, string message ) : void | ||
log | this | |
message | string | |
return | void |
public static Fine ( this log, string message, |
||
log | this | |
message | string | |
exception | ||
return | void |
public static FineFormat ( this log, string message ) : void | ||
log | this | |
message | string | |
return | void |
public static IsFineEnabled ( this log ) : bool | ||
log | this | |
return | bool |
public static IsTraceEnabled ( this log ) : bool | ||
log | this | |
return | bool |
public static Trace ( this log, string message ) : void | ||
log | this | |
message | string | |
return | void |
public static Trace ( this log, string message, |
||
log | this | |
message | string | |
exception | ||
return | void |
public static TraceFormat ( this log, string message ) : void | ||
log | this | |
message | string | |
return | void |