Click or drag to resize

ISimpleLogger Interface

Simple logger interface, which should be use widespread in the application. By utilizing this interface, it will be possible to implements various types of specific loggers.

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public interface ISimpleLogger

The ISimpleLogger 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 methodWarning Adds a warning entry to the log.
Top
See Also