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: 18.2
Syntax
C#
public void Log(
	ELogLevel level,
	string message
)

Parameters

level
Type: Micros.PosCore.ExtensibilityELogLevel
The level at which this message is logged
message
Type: SystemString
Th emessage to be logged
See Also