Simple logger interface, which should be use widespread in the activities.
By utilizing this interface, it will be possible to implements various types of specific loggers.
Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
The IActivityLogger type exposes the following members.
Methods
Name | Description | |
---|---|---|
Debug |
Adds a debug entry to the log.
| |
Error |
Adds an error entry to the log.
| |
Trace |
Adds an entry to the log.
| |
Warning |
Adds a warning entry to the log.
|
See Also