tesseract v5.3.3.20231005
log.h File Reference
#include <iostream>

Go to the source code of this file.

Enumerations

enum  LogLevel { INFO , WARNING , ERROR , FATAL }
 

Enumeration Type Documentation

◆ LogLevel

enum LogLevel
Enumerator
INFO 
WARNING 
ERROR 
FATAL 

Definition at line 28 of file log.h.

28{ INFO, WARNING, ERROR, FATAL };
@ ERROR
Definition: log.h:28
@ FATAL
Definition: log.h:28
@ INFO
Definition: log.h:28
@ WARNING
Definition: log.h:28