Méthode | Description | |
---|---|---|
Error ( string traceSource, string message ) : void |
Error trace of the specified message.
|
|
Information ( string traceSource, string message ) : void |
Information trace of the specified message.
|
|
LogException ( string traceSource, |
Logs the specified exception.
|
|
TraceEvent ( string traceSource, System.Diagnostics type, string message ) : void |
Traces the event.
|
|
Warning ( string traceSource, string message ) : void |
Warning trace of the specified message.
|
Méthode | Description | |
---|---|---|
BuildExceptionTrace ( |
public static Error ( string traceSource, string message ) : void | ||
traceSource | string | The trace source. |
message | string | The message. |
Résultat | void |
public static Information ( string traceSource, string message ) : void | ||
traceSource | string | The trace source. |
message | string | The message. |
Résultat | void |
public static LogException ( string traceSource, |
||
traceSource | string | The trace source. |
exception | The exception. | |
Résultat | void |
public static TraceEvent ( string traceSource, System.Diagnostics type, string message ) : void | ||
traceSource | string | The trace source. |
type | System.Diagnostics | The type. |
message | string | The message. |
Résultat | void |
public static Warning ( string traceSource, string message ) : void | ||
traceSource | string | The trace source. |
message | string | The message. |
Résultat | void |