The following functions are used to customize the behaviour how messages are handled by TiGL. By default, only error messages and warnings are printed to the console. More...
The following functions are used to customize the behaviour how messages are handled by TiGL. By default, only error messages and warnings are printed to the console.
In addition, TiGL can be told to write message into a log file using the function tiglLogToFileEnabled and tiglLogToFileStreamEnabled. By enabling file logging, other log messages than errors and warnings can be inspected. File logging is disabled by default.
In order to change the verbosity of the TiGL messages printed on console, use tiglLogSetVerbosity.