Click or drag to resize

ActivityTracing Methods

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