Tracing Class

Note: This API is now obsolete.
Methods for tracing to sjdebug.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
[ObsoleteAttribute("Since release 2020.1. Please use LogFactory to create a proper logger.", 
	false)]
public static class Tracing
Inheritance
Object    Tracing

Methods

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