메소드 | 설명 | |
---|---|---|
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 | |
리턴 | void |
public DebugFormat ( string format, Exception exception ) : void | ||
format | string | |
exception | Exception | |
리턴 | void |