ActivityTracing Class

Scanjour Workflow4 Reference Manual

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

Inheritance Hierarchy

SystemObject
  Scanjour.Workflow4.ActivityLibraryActivityTracing

Namespace:  Scanjour.Workflow4.ActivityLibrary
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static class ActivityTracing
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

Reference