Click or drag to resize

ISimpleLoggerWarning Method

Adds a warning entry to the log.

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
void Warning(
	string message
)

Parameters

message  String
The warning to be logged.
See Also