메소드 |
설명 |
|
Assert ( Exception ex, bool reportIt = true, [ filePath = "", [ lineNumber, [ method = "" ) : void |
|
|
Assert ( Exception ex, string Error_Message, bool reportIt = true, [ filePath = "", [ lineNumber, [ method = "" ) : void |
|
|
Assert ( bool Condition, string Error_Message, bool reportIt = true, bool StackTrace = true, [ filePath = "", [ lineNumber, [ method = "" ) : void |
|
|
Assert ( string Error_Message, bool reportIt = true, bool StackTrace = true, [ filePath = "", [ lineNumber, [ method = "" ) : void |
|
|
TraceDebug ( string message, [ filePath = "", [ lineNumber, [ method = "" ) : void |
|
|
TraceError ( Exception ex, string message, bool reportIt = true, [ filePath = "", [ lineNumber, [ method = "" ) : void |
|
|
TraceError ( string message, [ filePath = "", [ lineNumber, [ method = "" ) : void |
|
|
TraceErrorException ( Exception ex, string message = null, bool reportIt = true, [ filePath = "", [ lineNumber, [ method = "" ) : void |
|
|
TraceLog ( Exception ex, string message, bool reportIt = true, [ filePath = "", [ lineNumber, [ method = "" ) : void |
|
|
TraceLog ( string message, [ filePath = "", [ lineNumber, [ method = "" ) : void |
|
|
TraceLogInline ( string message ) : void |
|
|
TraceLogInlineBegin ( string message, [ filePath = "", [ lineNumber, [ method = "" ) : void |
|
|
TraceLogInlineEnd ( string message ) : void |
|
|
TraceVerbose ( string message, [ filePath = "", [ lineNumber, [ method = "" ) : void |
|
|
TraceWarning ( Exception ex, string message, [ filePath = "", [ lineNumber, [ method = "" ) : void |
|
|
TraceWarning ( string message, [ filePath = "", [ lineNumber, [ method = "" ) : void |
|
|