Click or drag to resize

DataLoggerTLog Method

http://www.emgu.com
Log some data

Namespace:  Emgu.CV.Util
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void Log(
	T data,
	int logLevel
)

Parameters

data
Type: T
The data to be logged
logLevel
Type: SystemInt32
The logLevel. The Log function only logs when the logLevel is greater or equals to the DataLogger's logLevel
See Also