http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Log some data
Namespace: Emgu.CV.UtilAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void Log( T data, int logLevel ) |
Visual Basic |
---|
Public Sub Log ( _ data As T, _ logLevel As Integer _ ) |
Visual C++ |
---|
public: void Log( T data, int logLevel ) |
Parameters
- data
- Type: T
The data to be logged
- logLevel
- Type: System..::..Int32
The logLevel. The Log function only logs when the logLevel is greater or equals to the DataLogger's logLevel