ActivityTracingLogger Constructor |
Creates an instance of this logger.
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcessAssembly: 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)
Syntaxpublic ActivityTracingLogger(
CodeActivityContext context,
bool debugEnabled
)
Public Sub New (
context As CodeActivityContext,
debugEnabled As Boolean
)
public:
ActivityTracingLogger(
CodeActivityContext^ context,
bool debugEnabled
)
new :
context : CodeActivityContext *
debugEnabled : bool -> ActivityTracingLogger
Parameters
- context CodeActivityContext
- Used for the logger to access the ActivityTracing-layer.
- debugEnabled Boolean
- Specifies whether the logger shall write debug entries.
See Also