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.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public interface ISimpleLogger
Public Interface ISimpleLogger
public interface class ISimpleLogger
type ISimpleLogger = interface end
Debug |
Adds a debug entry to the log.
|
Error |
Adds an error entry to the log.
|
Warning |
Adds a warning entry to the log.
|