Method | Description | |
---|---|---|
Debug ( object message ) : void | ||
DebugFormat ( string format ) : void | ||
Error ( object message ) : void | ||
ErrorFormat ( string format ) : void | ||
Fatal ( object message ) : void | ||
FatalFormat ( string format ) : void | ||
Info ( object message ) : void | ||
InfoFormat ( string format ) : void | ||
Warn ( object message ) : void | ||
WarnFormat ( string format ) : void |
Method | Description | |
---|---|---|
Tracer ( ) |
public static Debug ( object message ) : void | ||
message | object | |
return | void |
public static DebugFormat ( string format ) : void | ||
format | string | |
return | void |
public static Error ( object message ) : void | ||
message | object | |
return | void |
public static ErrorFormat ( string format ) : void | ||
format | string | |
return | void |
public static Fatal ( object message ) : void | ||
message | object | |
return | void |
public static FatalFormat ( string format ) : void | ||
format | string | |
return | void |
public static InfoFormat ( string format ) : void | ||
format | string | |
return | void |
public static WarnFormat ( string format ) : void | ||
format | string | |
return | void |