Method | Description | |
---|---|---|
Debug ( string format ) : void | ||
DebugException ( string message, Exception ex ) : void | ||
Error ( string format ) : void | ||
ErrorException ( string message, Exception ex ) : void | ||
Fatal ( string format ) : void | ||
FatalException ( string message, Exception ex ) : void | ||
Info ( string format ) : void | ||
InfoException ( string message, Exception ex ) : void | ||
Trace ( string format ) : void | ||
TraceException ( string message, Exception ex ) : void | ||
Warn ( string format ) : void | ||
WarnException ( string message, Exception ex ) : void |
public static DebugException ( string message, Exception ex ) : void | ||
message | string | |
ex | Exception | |
return | void |
public static ErrorException ( string message, Exception ex ) : void | ||
message | string | |
ex | Exception | |
return | void |
public static FatalException ( string message, Exception ex ) : void | ||
message | string | |
ex | Exception | |
return | void |
public static InfoException ( string message, Exception ex ) : void | ||
message | string | |
ex | Exception | |
return | void |
public static TraceException ( string message, Exception ex ) : void | ||
message | string | |
ex | Exception | |
return | void |
public static WarnException ( string message, Exception ex ) : void | ||
message | string | |
ex | Exception | |
return | void |