Click or drag to resize

ExtensibilityAppLoggerLogAlways Method

Log a message unconditionally

Namespace:  Micros.PosCore.Extensibility
Assembly:  PosCore (in PosCore.dll)
Syntax
C#
public void LogAlways(
	string message
)

Parameters

message
Type: SystemString
The message to be logged
See Also