Click or drag to resize

OpsLoggerLogWithTiming Method

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll)
Syntax
C#
public static void LogWithTiming(
	string msg,
	Action method
)

Parameters

msg
Type: SystemString
method
Type: SystemAction
See Also