ActivityTracing Class

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

Definition

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public static class ActivityTracing
Inheritance
Object    ActivityTracing

Methods

Trace(AsyncCodeActivityContext, String, Object) Traces the specified context in the workflow log as info.
Trace(CodeActivityContext, String, Object) Traces the specified context in the workflow log as info.
Trace(NativeActivityContext, String, Object) Traces the specified context in the workflow log as info.
TraceError(AsyncCodeActivityContext, String, Object) Traces the specified context in the workflow log as error.
TraceError(CodeActivityContext, String, Object) Traces the specified context in the workflow log as error.
TraceError(NativeActivityContext, String, Object) Traces the specified context in the workflow log as error.
TraceWarning(AsyncCodeActivityContext, String, Object) Traces the specified context in the workflow log as warning.
Obsolete.
TraceWarning(CodeActivityContext, String, Object) Traces the specified context in the workflow log as warning.
TraceWarning(NativeActivityContext, String, Object) Traces the specified context in the workflow log as warning.

See Also