Click or drag to resize

OpsLoggerLog Method (ELogLevel, FuncString)

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

Parameters

level
Type: ELogLevel
stringDelegate
Type: SystemFuncString
See Also