1.00.3
C++ Standard Airline IT Object Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
stdair_log.hpp
Go to the documentation of this file.
1
#ifndef __STDAIR_STDAIR_LOG_HPP
2
#define __STDAIR_STDAIR_LOG_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// STL
8
#include <string>
9
10
namespace
stdair
{
11
12
// Forward declarations
13
class
STDAIR_Service;
14
15
// /////////////// Log /////////////
17
namespace
LOG {
18
typedef
enum
{
19
CRITICAL
= 0,
20
ERROR
,
21
NOTIFICATION
,
22
WARNING
,
23
DEBUG
,
24
VERBOSE
,
25
LAST_VALUE
26
}
EN_LogLevel
;
27
28
static
const
std::string
_logLevels
[
LAST_VALUE
] =
29
{
"C"
,
"E"
,
"N"
,
"W"
,
"D"
,
"V"
};
30
}
31
32
}
33
#endif // __STDAIR_STDAIR_LOG_HPP
stdair::LOG::VERBOSE
Definition:
stdair_log.hpp:24
stdair::LOG::_logLevels
static const std::string _logLevels[LAST_VALUE]
Definition:
stdair_log.hpp:28
stdair
Handle on the StdAir library context.
Definition:
BasChronometer.cpp:9
stdair::LOG::EN_LogLevel
EN_LogLevel
Definition:
stdair_log.hpp:18
stdair::LOG::DEBUG
Definition:
stdair_log.hpp:23
stdair::LOG::CRITICAL
Definition:
stdair_log.hpp:19
stdair::LOG::NOTIFICATION
Definition:
stdair_log.hpp:21
stdair::LOG::WARNING
Definition:
stdair_log.hpp:22
stdair::LOG::LAST_VALUE
Definition:
stdair_log.hpp:25
stdair::LOG::ERROR
Definition:
stdair_log.hpp:20
Generated for StdAir by
1.8.9.1