Loading...
Searching...
No Matches
LogHandlerConfig.h File Reference

Configuration to enable Apps to receive log events from Vuforia Engine. More...

Classes

struct  VuLogEvent
 A Vuforia Engine log event. More...
 
struct  VuLogHandlerConfig
 Data structure to configure the handling of Engine log messages. More...
 
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.
 

Detailed Description

Configuration to enable Apps to receive log events from Vuforia Engine.