enum | VuLogLevel : int32_t { VU_LOG_LEVEL_ERROR = 0x0 , VU_LOG_LEVEL_WARNING = 0x1 , VU_LOG_LEVEL_INFO = 0x2 , VU_LOG_LEVEL_VERBOSE = 0x3 } |
Vuforia Engine log level values. More... | |
typedef void | VuLogHandler(VuLogEvent logEvent, void *clientData) |
Handler for receiving Engine log events. | |
VuLogHandlerConfig | vuLogHandlerConfigDefault () |
Default error handler configuration. | |
VuResult | vuEngineConfigSetAddLogHandlerConfig (VuEngineConfigSet *configSet, const VuLogHandlerConfig *config) |
Add log handler configuration to the engine configuration to handle log events from Engine. | |
typedef void VuLogHandler(VuLogEvent logEvent, void *clientData) |
Handler for receiving Engine log events.
logEvent | The log event |
clientData | Custom data provided by the client. |
enum VuLogLevel : int32_t |
Vuforia Engine log level values.
VuLogHandlerConfig vuLogHandlerConfigDefault | ( | ) |
Default error handler configuration.
VuResult vuEngineConfigSetAddLogHandlerConfig | ( | VuEngineConfigSet * | configSet, |
const VuLogHandlerConfig * | config ) |
Add log handler configuration to the engine configuration to handle log events from Engine.
The registered callback handler function will be invoked for every message that is logged internally by Vuforia Engine.