Logging masks

Flags that control the level of API error reporting. These can be combined.

Variables


const uint32_t VRTREE_ERRORLEVEL_DEBUG = (1 << 2)

Record debug messages.


const uint32_t VRTREE_ERRORLEVEL_ERRORS = (1 << 0)

Record critial errors.


const uint32_t VRTREE_ERRORLEVEL_INFO = (1 << 3)

Record info messages.


const uint32_t VRTREE_ERRORLEVEL_NONE = 0

Do not set any internal error codes nor generate any messages.


const uint32_t VRTREE_ERRORLEVEL_WARNINGS = (1 << 1)

Record warnings.

No Results.

Getting StartedArchitectureBest PracticesHow ToAdvanced TopicsChangelogvrtreevrtree_cppvtCoreCoreForeign Function InterfaceMetanodesMigrationsObserversPropertiesSettingsTreeUtilitiesAPI DefinitionsVR ExchangePluginsLua API