C# Class Yodiwo.DebugEx

Afficher le fichier Open project: yodiwo/plegma Class Usage Examples

Méthodes publiques

Méthode Description
AssertAndThrow ( bool Condition, string Error_Message, [ filePath = "", [ lineNumber, [ method = "" ) : void
AssertAndThrow ( string Error_Message, [ filePath = "", [ lineNumber, [ method = "" ) : void

Private Methods

Méthode Description
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

Method Details

AssertAndThrow() public static méthode

public static AssertAndThrow ( bool Condition, string Error_Message, [ filePath = "", [ lineNumber, [ method = "" ) : void
Condition bool
Error_Message string
filePath [
lineNumber [
method [
Résultat void

AssertAndThrow() public static méthode

public static AssertAndThrow ( string Error_Message, [ filePath = "", [ lineNumber, [ method = "" ) : void
Error_Message string
filePath [
lineNumber [
method [
Résultat void