OpenTREP Logo  0.6.0
C++ Open Travel Request Parsing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
OPENTREP_log.hpp
Go to the documentation of this file.
1 #ifndef __OPENTREP_OPENTREP_LOG_HPP
2 #define __OPENTREP_OPENTREP_LOG_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 
8 namespace OPENTREP {
9 
10  // /////////////// Log /////////////
14  namespace LOG {
15  typedef enum {
16  CRITICAL = 0,
23  } EN_LogLevel;
24  }
25 
26 }
27 #endif // __OPENTREP_OPENTREP_LOG_HPP