Header.
More...
Go to the source code of this file.
|
| osvr |
| <
|
|
| osvr::util |
| The Util library: Functionality not necessarily coupled to any particular core library, serving more as a common base layer behind all systems.
|
|
|
enum | LogLevel {
trace,
debug = OSVR_LOGLEVEL_DEBUG,
info = OSVR_LOGLEVEL_INFO,
notice = OSVR_LOGLEVEL_NOTICE,
warn = OSVR_LOGLEVEL_WARN,
error = OSVR_LOGLEVEL_ERROR,
critical = OSVR_LOGLEVEL_CRITICAL
} |
| Log message severity levels.
|
|
Header.
- Date
- 2016
- Author
- Sensics, Inc. http://sensics.com
Definition in file LogLevel.h.