Click or drag to resize

ExtensibilityAppLoggerLog Method

Log a message whenever the current logging level is greater than or equal to a specified level

Namespace: Micros.PosCore.Extensibility
Assembly: PosCore (in PosCore.dll) Version: 19.8
Syntax
C#
public void Log(
	ELogLevel level,
	string message
)

Parameters

level  ELogLevel
The level at which this message is logged
message  String
Th emessage to be logged
See Also