Click or drag to resize

OpsLoggerLogZone Method


Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.9
Syntax
C#
public static void LogZone(
	ELogLevel level,
	string zone,
	Func<string> stringDelegate
)

Parameters

level  ELogLevel
 
zone  String
 
stringDelegate  FuncString
 
See Also