QVR 4.1.0
A library to build Virtual Reality applications
Loading...
Searching...
No Matches
manager.hpp File Reference

Classes

class  QVRManager
 Manager of the QVR application's control flow and its processes and windows. More...
 

Enumerations

enum  QVRLogLevel {
  QVR_Log_Level_Fatal = 0 , QVR_Log_Level_Warning = 1 , QVR_Log_Level_Info = 2 , QVR_Log_Level_Debug = 3 ,
  QVR_Log_Level_Firehose = 4
}
 Level of logging of the QVR framework. More...
 

Enumeration Type Documentation

◆ QVRLogLevel

Level of logging of the QVR framework.

You can use the command line or an environment variable to set the log level:

<application> --qvr-log-level=fatal|warning|info|debug|firehose
export QVR_LOG_LEVEL=FATAL|WARNING|INFO|DEBUG|FIREHOSE
Enumerator
QVR_Log_Level_Fatal 

Print only fatal errors

QVR_Log_Level_Warning 

Additionally print warnings (default)

QVR_Log_Level_Info 

Additionally print informational messages

QVR_Log_Level_Debug 

Additionally print debugging information

QVR_Log_Level_Firehose 

Additionally print verbose per-frame debugging information