C# 클래스 Yodiwo.DebugEx

파일 보기 프로젝트 열기: yodiwo/plegma 1 사용 예제들

공개 메소드들

메소드 설명
AssertAndThrow ( bool Condition, string Error_Message, [ filePath = "", [ lineNumber, [ method = "" ) : void
AssertAndThrow ( string Error_Message, [ filePath = "", [ lineNumber, [ method = "" ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

AssertAndThrow() 공개 정적인 메소드

public static AssertAndThrow ( bool Condition, string Error_Message, [ filePath = "", [ lineNumber, [ method = "" ) : void
Condition bool
Error_Message string
filePath [
lineNumber [
method [
리턴 void

AssertAndThrow() 공개 정적인 메소드

public static AssertAndThrow ( string Error_Message, [ filePath = "", [ lineNumber, [ method = "" ) : void
Error_Message string
filePath [
lineNumber [
method [
리턴 void