All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
VuLogEvent Struct Reference

Public Attributes

VuLogLevel logLevel
 Log level of the message.
 
const char * logMessage
 The message string logged by Vuforia Engine.
 

Detailed Description

A Vuforia Engine log event.

A log event contains information about Vuforia Engine log messages logged to the platform logging system.

Member Data Documentation

◆ logMessage

const char* logMessage

The message string logged by Vuforia Engine.

The lifetime of the string is bound to the scope of the log callback.

String data is UTF-8 encoded.