Click or drag to resize

OpsLoggerLog(ELogLevel, FuncString) Method


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

Parameters

level  ELogLevel
 
stringDelegate  FuncString
 
See Also