enum ov::log::Level¶
Detailed Documentation¶
Enum to define possible log levels.
Enum Values¶
NOdisable any logging
ERRerror events that might still allow the application to continue running
WARNINGpotentially harmful situations which may further lead to ERROR
INFOinformational messages that display the progress of the application at coarse-grained level
DEBUGfine-grained events that are most useful to debug an application.
TRACEfiner-grained informational events than the DEBUG