Click or drag to resize

OpsLoggerLogZone Method

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

Parameters

level
Type: ELogLevel
zone
Type: SystemString
stringDelegate
Type: SystemFuncString
See Also