Click or drag to resize
DataLoggerTLog Method
http://www.emgu.com
Log some data

Namespace: Emgu.CV.Util
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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