http://www.emgu.com
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(
IntPtr data,
int logLevel
) |
Visual Basic |
---|
Public Sub Log ( _
data As IntPtr, _
logLevel As Integer _
) |
Visual C++ |
---|
public:
void Log(
IntPtr data,
int logLevel
) |
Parameters
- data
- Type: System..::..IntPtr
Pointer to some unmanaged data
- logLevel
- Type: System..::..Int32
The logLevel. The Log function only logs when the logLevel is greater or equals to the DataLogger's logLevel
See Also