Uses of Interface
org.openpnp.capture.library.OpenpnpCaptureLibrary.CapCustomLogFunc
Packages that use OpenpnpCaptureLibrary.CapCustomLogFunc
-
Uses of OpenpnpCaptureLibrary.CapCustomLogFunc in org.openpnp.capture.library
Methods in org.openpnp.capture.library with parameters of type OpenpnpCaptureLibrary.CapCustomLogFuncModifier and TypeMethodDescriptionvoidOpenpnpCaptureLibrary.Cap_installCustomLogFunction(OpenpnpCaptureLibrary.CapCustomLogFunc logFunc) install a custom callback for a logging function.
the callback function must have the following
structure:
void func(uint32_t level, const char *string);
Original signature :void Cap_installCustomLogFunction(CapCustomLogFunc)
native declaration : /Users/romanvg/dev/openpnp-capture/include/openpnp-capture.h:273