#include <cassert>
#include <sstream>
#include <string>
#include <boost/date_time.hpp>
#include <opentrep/OPENTREP_Types.hpp>
Go to the source code of this file.
Classes | |
class | OPENTREP::Logger |
Namespaces | |
namespace | OPENTREP |
Macros | |
#define | OPENTREP_LOG_CORE(iLevel, iToBeLogged) |
#define | OPENTREP_LOG_CRITICAL(iToBeLogged) |
#define | OPENTREP_LOG_ERROR(iToBeLogged) |
#define | OPENTREP_LOG_NOTIFICATION(iToBeLogged) |
#define | OPENTREP_LOG_WARNING(iToBeLogged) |
#define | OPENTREP_LOG_DEBUG(iToBeLogged) |
#define | OPENTREP_LOG_VERBOSE(iToBeLogged) |
#define OPENTREP_LOG_CORE | ( | iLevel, | |
iToBeLogged ) |
Definition at line 17 of file Logger.hpp.
#define OPENTREP_LOG_CRITICAL | ( | iToBeLogged | ) |
Definition at line 21 of file Logger.hpp.
#define OPENTREP_LOG_ERROR | ( | iToBeLogged | ) |
Definition at line 24 of file Logger.hpp.
Referenced by OPENTREP::NameMatrix::addName(), OPENTREP::check(), OPENTREP::checkTravelDBFilePath(), OPENTREP::Place::completeLocation(), OPENTREP::FacXapianDB::create(), OPENTREP::DBManager::createSQLDBIndexes(), OPENTREP::DBManager::createSQLDBTables(), OPENTREP::DBManager::createSQLDBUser(), OPENTREP::DBManager::displayAll(), OPENTREP::DBManager::displayCount(), OPENTREP::doesMatch(), OPENTREP::Result::fullTextMatch(), OPENTREP::PORStringParser::generateLocation(), OPENTREP::PORFileParser::generateLocations(), OPENTREP::ResultCombination::getBestMatchingResultHolder(), OPENTREP::Result::getDocumentPair(), OPENTREP::getLocationList(), OPENTREP::DBManager::getPORByFAACode(), OPENTREP::DBManager::getPORByGeonameID(), OPENTREP::DBManager::getPORByIATACode(), OPENTREP::DBManager::getPORByICAOCode(), OPENTREP::DBManager::getPORByUICCode(), OPENTREP::DBManager::getPORByUNLOCode(), OPENTREP::DBManager::initSQLDBSession(), OPENTREP::DBManager::insertPlaceInDB(), OPENTREP::OPENTREP_Service::interpretTravelRequest(), OPENTREP::ServiceUtilities::isDirectory(), OPENTREP::DBManager::iterateOnStatement(), OPENTREP::FacWorld::linkPlaceToWorld(), OPENTREP::parseMySQLConnectionString(), OPENTREP::PORParser::PORGeneration(), OPENTREP::DBManager::prepareSelectAllBlobStatement(), OPENTREP::FileManager::recreateXapianDirectory(), OPENTREP::searchString(), OPENTREP::ScoreBoard::setScore(), OPENTREP::Result::setScoreOnDocMap(), OPENTREP::DBManager::terminateSQLDBSession(), and OPENTREP::DBManager::updatePlaceInDB().
#define OPENTREP_LOG_NOTIFICATION | ( | iToBeLogged | ) |
Definition at line 27 of file Logger.hpp.
Referenced by OPENTREP::Result::calculateCodeMatches(), OPENTREP::Result::calculateEnvelopeWeights(), OPENTREP::Result::calculatePageRanks(), and OPENTREP::Result::displayXapianPercentages().
#define OPENTREP_LOG_WARNING | ( | iToBeLogged | ) |
Definition at line 30 of file Logger.hpp.
#define OPENTREP_LOG_DEBUG | ( | iToBeLogged | ) |
Definition at line 33 of file Logger.hpp.
Referenced by OPENTREP::Result::addDocument(), OPENTREP::addToXapian(), BOOST_AUTO_TEST_CASE(), OPENTREP::Result::calculateCombinedWeights(), OPENTREP::ResultHolder::calculateCombinedWeights(), OPENTREP::chooseBestMatchingResultHolder(), OPENTREP::ResultCombination::chooseBestMatchingResultHolder(), OPENTREP::createPlaces(), OPENTREP::DBManager::createSQLDBIndexes(), OPENTREP::OPENTREP_Service::createSQLDBIndexes(), OPENTREP::DBManager::createSQLDBTables(), OPENTREP::OPENTREP_Service::createSQLDBTables(), OPENTREP::DBManager::createSQLDBUser(), OPENTREP::OPENTREP_Service::createSQLDBUser(), OPENTREP::DBManager::displayAll(), OPENTREP::OPENTREP_Service::drawRandomLocations(), OPENTREP::Result::fillPlace(), OPENTREP::Result::fullTextMatch(), OPENTREP::PORFileParser::generateLocations(), OPENTREP::OPENTREP_Service::getIndexSize(), OPENTREP::OPENTREP_Service::getNbOfPORFromDB(), OPENTREP::DBManager::getPORByFAACode(), OPENTREP::DBManager::getPORByGeonameID(), OPENTREP::DBManager::getPORByIATACode(), OPENTREP::DBManager::getPORByICAOCode(), OPENTREP::DBManager::getPORByUICCode(), OPENTREP::DBManager::getPORByUNLOCode(), OPENTREP::DBManager::initSQLDBSession(), OPENTREP::OPENTREP_Service::insertIntoDBAndXapian(), OPENTREP::OPENTREP_Service::interpretTravelRequest(), OPENTREP::OPENTREP_Service::listByFaaCode(), OPENTREP::OPENTREP_Service::listByGeonameID(), OPENTREP::OPENTREP_Service::listByIataCode(), OPENTREP::OPENTREP_Service::listByIcaoCode(), OPENTREP::OPENTREP_Service::listByUICCode(), OPENTREP::OPENTREP_Service::listByUNLOCode(), main(), OPENTREP::FileManager::recreateXapianDirectory(), OPENTREP::searchString(), OPENTREP::OPENTREP_Service::setSQLDBConnectString(), OPENTREP::DBManager::terminateSQLDBSession(), OPENTREP::OPENTREP_Service::toggleDeploymentNumber(), OPENTREP::OPENTREP_Service::toggleShouldAddPORInSQLDBFlag(), OPENTREP::OPENTREP_Service::toggleShouldIncludeAllPORFlag(), and OPENTREP::OPENTREP_Service::toggleShouldIndexPORInXapianFlag().
#define OPENTREP_LOG_VERBOSE | ( | iToBeLogged | ) |
Definition at line 36 of file Logger.hpp.