OBS -- only to be used for test. See note in WorkflowHost.cs
Inheritance Hierarchy
Scanjour.Workflow4.ActivityLibraryActivityTracing
Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_19.1.6.0 (in Scanjour.Workflow4.ActivityLibrary_19.1.6.0.dll) Version: 19.1.6.0 (19.1.6.0)
Syntax
Methods
Name | Description | |
---|---|---|
![]() ![]() | 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.
|
![]() ![]() | 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