IActivityLogger Interface

Scanjour Workflow4 Reference Manual
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.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public interface IActivityLogger

The IActivityLogger type exposes the following members.

Methods

  NameDescription
Public methodDebug
Adds a debug entry to the log.
Public methodError
Adds an error entry to the log.
Public methodTrace
Adds an entry to the log.
Public methodWarning
Adds a warning entry to the log.
Top
See Also

Reference