Unit UNoTrace

Classes

Functions

Assert -
AssertFmt -
Debug -
DebugDump -
DebugErr -
DebugErrFmt -
DebugFmt -
DebugInfo -
DebugInfoFmt -
DebugWarn -
DebugWarnFmt -

Types

TDebugSeverity

Constants

Variables


Functions


procedure Assert(Condition : Boolean;TheText : String);


procedure AssertFmt(Condition : Boolean;TheFormat : String;const Args: Array of const);


procedure Debug(TheSeverity : TDebugSeverity;TheText : String);


procedure DebugDump(TheText : String;Address : Pointer;Count : Integer);


procedure DebugErr(TheText : String);


procedure DebugErrFmt(TheFormat : String;const Args: Array of const);


procedure DebugFmt(TheSeverity : TDebugSeverity;TheFormat : String;const Args: Array of const);


procedure DebugInfo(TheText : String);


procedure DebugInfoFmt(TheFormat : String;const Args: Array of const);


procedure DebugWarn(TheText : String);


procedure DebugWarnFmt(TheFormat : String;const Args: Array of const);


Types


TDebugSeverity = (cNone,cInfo,cWarning,cError);

Constants


Variables