enum ov::log::Level¶
Overview¶
Enum to define possible log levels. More…
Detailed Documentation¶
Enum to define possible log levels.
Enum Values¶
NO
disable any logging
ERR
error events that might still allow the application to continue running
WARNING
potentially harmful situations which may further lead to ERROR
INFO
informational messages that display the progress of the application at coarse-grained level
DEBUG
fine-grained events that are most useful to debug an application.
TRACE
finer-grained informational events than the DEBUG