StdAir Logo  1.00.21
C++ Standard Airline IT Object Library
Loading...
Searching...
No Matches
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
10namespace stdair {
11
12 // Forward declarations
13 class STDAIR_Service;
14
15 // /////////////// Log /////////////
17 namespace LOG {
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
Handle on the StdAir library context.
static const std::string _logLevels[LAST_VALUE]
Interface for the STDAIR Services.