Methods for tracing to sjdebug.
Inheritance Hierarchy
Scanjour.Workflow4.BaseTracing
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 19.1.6.0 (19.1.6.0)
Syntax
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