Click or drag to resize

ActivityTracing Class

[Missing <summary> documentation for "T:Scanjour.Workflow4.ActivityLibrary.ActivityTracing"]

Inheritance Hierarchy
SystemObject
  Scanjour.Workflow4.ActivityLibraryActivityTracing

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static class ActivityTracing

The ActivityTracing type exposes the following members.

Methods
 NameDescription
Public methodStatic memberTrace(AsyncCodeActivityContext, String, Object) Traces the specified context in the workflow log as info.
Public methodStatic memberTrace(CodeActivityContext, String, Object) Traces the specified context in the workflow log as info.
Public methodStatic memberTrace(NativeActivityContext, String, Object) Traces the specified context in the workflow log as info.
Public methodStatic memberTraceError(AsyncCodeActivityContext, String, Object) Traces the specified context in the workflow log as error.
Public methodStatic memberTraceError(CodeActivityContext, String, Object) Traces the specified context in the workflow log as error.
Public methodStatic memberTraceError(NativeActivityContext, String, Object) Traces the specified context in the workflow log as error.
Public methodStatic memberTraceWarning(AsyncCodeActivityContext, String, Object)Obsolete.
Traces the specified context in the workflow log as warning.
Public methodStatic memberTraceWarning(CodeActivityContext, String, Object) Traces the specified context in the workflow log as warning.
Public methodStatic memberTraceWarning(NativeActivityContext, String, Object) Traces the specified context in the workflow log as warning.
Top
See Also