Note: This API is now obsolete.
Methods for tracing to sjdebug.
Inheritance Hierarchy
Scanjour.Workflow4.BaseTracing
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
[ObsoleteAttribute("Since release 2020.1. Please use LogFactory to create a proper logger.", false)] public static class Tracing
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