The Tracing type exposes the following members.
Methods
Name | Description | |
---|---|---|
LogError |
Logs an error into the event log
| |
LogErrorAndWriteOut |
Logs an error into the event log
| |
LogInfo |
Logs an informational entry into the event log
| |
LogInfoAndWriteOut |
Logs an informational entry into the event log
| |
LogWarning |
Logs a warning into the event log
| |
LogWarningAndWriteOut |
Logs a warning into the event log
| |
Write(String) |
Write the message to sjdebug
| |
Write(String, Object) |
Perform a merge of the messageFormat with the parameters and write the result to sjdebug.
|
See Also