Method | Description | |
---|---|---|
Debug ( object message ) : void | ||
Debug ( object message, Exception exception ) : void | ||
DebugFormat ( string format ) : void | ||
DebugFormat ( string format, Exception exception ) : void |
public Debug ( object message, Exception exception ) : void | ||
message | object | |
exception | Exception | |
return | void |
public DebugFormat ( string format, Exception exception ) : void | ||
format | string | |
exception | Exception | |
return | void |