Tracing Class

Scanjour Workflow4 Reference Manual

Note: This API is now obsolete.

Methods for tracing to sjdebug.
Inheritance Hierarchy

SystemObject
  Scanjour.Workflow4.BaseTracing

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.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

  NameDescription
Public methodStatic memberLogError
Logs an error into the event log
Public methodStatic memberLogErrorAndWriteOut
Logs an error into the event log
Public methodStatic memberLogInfo
Logs an informational entry into the event log
Public methodStatic memberLogInfoAndWriteOut
Logs an informational entry into the event log
Public methodStatic memberLogWarning
Logs a warning into the event log
Public methodStatic memberLogWarningAndWriteOut
Logs a warning into the event log
Public methodStatic memberWrite(String)
Write the message to sjdebug
Public methodStatic memberWrite(String, Object)
Perform a merge of the messageFormat with the parameters and write the result to sjdebug.
Top
See Also

Reference