tesseract  5.0.0-alpha-619-ge9db
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  {
30 };
INFO
Definition: log.h:29
FATAL
Definition: log.h:29
ERROR
Definition: log.h:29
WARNING
Definition: log.h:29