0.6.0
C++ Open Travel Request Parsing Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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,
17
ERROR
,
18
NOTIFICATION
,
19
WARNING
,
20
DEBUG
,
21
VERBOSE
,
22
LAST_VALUE
23
}
EN_LogLevel
;
24
}
25
26
}
27
#endif // __OPENTREP_OPENTREP_LOG_HPP
OPENTREP::LOG::DEBUG
Definition:
OPENTREP_log.hpp:20
OPENTREP::LOG::WARNING
Definition:
OPENTREP_log.hpp:19
OPENTREP::LOG::EN_LogLevel
EN_LogLevel
Definition:
OPENTREP_log.hpp:15
OPENTREP::LOG::VERBOSE
Definition:
OPENTREP_log.hpp:21
OPENTREP::LOG::LAST_VALUE
Definition:
OPENTREP_log.hpp:22
OPENTREP::LOG::CRITICAL
Definition:
OPENTREP_log.hpp:16
OPENTREP::LOG::ERROR
Definition:
OPENTREP_log.hpp:17
OPENTREP::LOG::NOTIFICATION
Definition:
OPENTREP_log.hpp:18
Generated on Mon Feb 3 2014 14:17:07 for OpenTREP by
1.8.6