Méthode | Description | |
---|---|---|
DebugInfo ( string description ) : void |
Logs debugging events.
|
|
DebugInfo ( string description, |
Logs debugging events.
|
|
ErrorEvent ( string description ) : void | ||
ErrorEvent ( string description, |
Logs warning events.
|
|
InformationEvent ( string format ) : void |
Logs informational events to the logfile.
|
|
WarningEvent ( string description ) : void |
Logs warning events.
|
|
WarningEvent ( string description, |
Logs warning events.
|
Méthode | Description | |
---|---|---|
ExceptionToString ( |
||
GetCallerName ( ) : string |
Returns function name in call stack
|
|
TraceEnter ( ) : void | ||
TraceExit ( ) : void | ||
TraceExit ( object retval ) : void | ||
WriteEvent ( TraceEventType eventType, int id, string format ) : void |
public static DebugInfo ( string description ) : void | ||
description | string | |
Résultat | void |
public static DebugInfo ( string description, |
||
description | string | |
exception | ||
Résultat | void |
public static ErrorEvent ( string description ) : void | ||
description | string | |
Résultat | void |
public static ErrorEvent ( string description, |
||
description | string | |
exception | ||
Résultat | void |
public static InformationEvent ( string format ) : void | ||
format | string | |
Résultat | void |
public static WarningEvent ( string description ) : void | ||
description | string | |
Résultat | void |
public static WarningEvent ( string description, |
||
description | string | |
exception | ||
Résultat | void |