#include <cassert>
#include <sstream>
#include <string>
#include <stdair/stdair_log.hpp>
#include <stdair/basic/BasLogParams.hpp>
Go to the source code of this file.
Classes | |
class | stdair::Logger |
Namespaces | |
namespace | stdair |
Handle on the StdAir library context. |
Macros | |
#define | STDAIR_LOG_CORE(iLevel, iToBeLogged) |
#define | STDAIR_LOG_CRITICAL(iToBeLogged) STDAIR_LOG_CORE (stdair::LOG::CRITICAL, iToBeLogged) |
#define | STDAIR_LOG_ERROR(iToBeLogged) STDAIR_LOG_CORE (stdair::LOG::ERROR, iToBeLogged) |
#define | STDAIR_LOG_NOTIFICATION(iToBeLogged) STDAIR_LOG_CORE (stdair::LOG::NOTIFICATION, iToBeLogged) |
#define | STDAIR_LOG_WARNING(iToBeLogged) STDAIR_LOG_CORE (stdair::LOG::WARNING, iToBeLogged) |
#define | STDAIR_LOG_DEBUG(iToBeLogged) STDAIR_LOG_CORE (stdair::LOG::DEBUG, iToBeLogged) |
#define | STDAIR_LOG_VERBOSE(iToBeLogged) STDAIR_LOG_CORE (stdair::LOG::VERBOSE, iToBeLogged) |
#define STDAIR_LOG_CORE | ( | iLevel, | |
iToBeLogged | |||
) |
Definition at line 16 of file Logger.hpp.
#define STDAIR_LOG_CRITICAL | ( | iToBeLogged | ) | STDAIR_LOG_CORE (stdair::LOG::CRITICAL, iToBeLogged) |
Definition at line 20 of file Logger.hpp.
#define STDAIR_LOG_ERROR | ( | iToBeLogged | ) | STDAIR_LOG_CORE (stdair::LOG::ERROR, iToBeLogged) |
Definition at line 23 of file Logger.hpp.
Referenced by stdair::ParsedKey::getBoardingTime(), stdair::ParsedKey::getFlightDateKey(), stdair::ParsedKey::getInventoryKey(), stdair::ParsedKey::getLegKey(), stdair::BomManager::getObject(), stdair::ParsedKey::getSegmentKey(), and stdair::ConfigHolderStruct::updateAirlineFeatures().
#define STDAIR_LOG_NOTIFICATION | ( | iToBeLogged | ) | STDAIR_LOG_CORE (stdair::LOG::NOTIFICATION, iToBeLogged) |
Definition at line 26 of file Logger.hpp.
#define STDAIR_LOG_WARNING | ( | iToBeLogged | ) | STDAIR_LOG_CORE (stdair::LOG::WARNING, iToBeLogged) |
Definition at line 29 of file Logger.hpp.
#define STDAIR_LOG_DEBUG | ( | iToBeLogged | ) | STDAIR_LOG_CORE (stdair::LOG::DEBUG, iToBeLogged) |
Definition at line 32 of file Logger.hpp.
Referenced by stdair::FFDisutilityCurveHolderStruct::addCurve(), stdair::FRAT5CurveHolderStruct::addCurve(), stdair::ParsedKey::getBoardingTime(), stdair::FFDisutilityCurveHolderStruct::getFFDisutilityCurve(), stdair::ParsedKey::getFlightDateKey(), stdair::FRAT5CurveHolderStruct::getFRAT5Curve(), stdair::ParsedKey::getInventoryKey(), stdair::ParsedKey::getLegKey(), stdair::ParsedKey::getSegmentKey(), stdair::BomINIImport::importINIConfig(), stdair::TimePeriod::isDepartureTimeValid(), and stdair::BomRetriever::retrieveSegmentDateFromLongKey().
#define STDAIR_LOG_VERBOSE | ( | iToBeLogged | ) | STDAIR_LOG_CORE (stdair::LOG::VERBOSE, iToBeLogged) |
Definition at line 35 of file Logger.hpp.