Go to the source code of this file.
Classes | |
class | OPENTREP::Logger |
Namespaces | |
OPENTREP | |
Macros | |
#define | OPENTREP_LOG_CORE(iLevel, iToBeLogged) |
#define | OPENTREP_LOG_CRITICAL(iToBeLogged) OPENTREP_LOG_CORE (OPENTREP::LOG::CRITICAL, iToBeLogged) |
#define | OPENTREP_LOG_ERROR(iToBeLogged) OPENTREP_LOG_CORE (OPENTREP::LOG::ERROR, iToBeLogged) |
#define | OPENTREP_LOG_NOTIFICATION(iToBeLogged) OPENTREP_LOG_CORE (OPENTREP::LOG::NOTIFICATION, iToBeLogged) |
#define | OPENTREP_LOG_WARNING(iToBeLogged) OPENTREP_LOG_CORE (OPENTREP::LOG::WARNING, iToBeLogged) |
#define | OPENTREP_LOG_DEBUG(iToBeLogged) OPENTREP_LOG_CORE (OPENTREP::LOG::DEBUG, iToBeLogged) |
#define | OPENTREP_LOG_VERBOSE(iToBeLogged) OPENTREP_LOG_CORE (OPENTREP::LOG::VERBOSE, iToBeLogged) |
#define OPENTREP_LOG_CORE | ( | iLevel, | |
iToBeLogged | |||
) |
Definition at line 16 of file Logger.hpp.
#define OPENTREP_LOG_CRITICAL | ( | iToBeLogged | ) | OPENTREP_LOG_CORE (OPENTREP::LOG::CRITICAL, iToBeLogged) |
Definition at line 20 of file Logger.hpp.
#define OPENTREP_LOG_ERROR | ( | iToBeLogged | ) | OPENTREP_LOG_CORE (OPENTREP::LOG::ERROR, iToBeLogged) |
Definition at line 23 of file Logger.hpp.
Referenced by OPENTREP::NameMatrix::addName(), OPENTREP::DBManager::buildSQLDB(), OPENTREP::check(), OPENTREP::checkTravelDBFilePath(), OPENTREP::Place::completeLocation(), OPENTREP::doesMatch(), OPENTREP::Result::fullTextMatch(), OPENTREP::PORStringParser::generateLocation(), OPENTREP::PORFileParser::generateLocations(), OPENTREP::ResultCombination::getBestMatchingResultHolder(), OPENTREP::Result::getDocumentPair(), OPENTREP::OPENTREP_Service::interpretTravelRequest(), OPENTREP::ServiceUtilities::isDirectory(), OPENTREP::DBManager::iterateOnStatement(), OPENTREP::FacWorld::linkPlaceToWorld(), OPENTREP::PORParser::PORGeneration(), OPENTREP::DBManager::prepareSelectAllStatement(), OPENTREP::DBManager::prepareSelectFromCodeStatement(), OPENTREP::DBManager::prepareSelectFromCoordStatement(), OPENTREP::DBManager::retrieveClosestPlaces(), OPENTREP::DBManager::retrievePlace(), OPENTREP::searchString(), OPENTREP::ScoreBoard::setScore(), OPENTREP::Result::setScoreOnDocMap(), and OPENTREP::DBManager::updatePlaceInDB().
#define OPENTREP_LOG_NOTIFICATION | ( | iToBeLogged | ) | OPENTREP_LOG_CORE (OPENTREP::LOG::NOTIFICATION, iToBeLogged) |
Definition at line 26 of file Logger.hpp.
Referenced by OPENTREP::Result::calculateCodeMatches(), OPENTREP::Result::calculateEnvelopeWeights(), OPENTREP::Result::calculatePageRanks(), and OPENTREP::Result::displayXapianPercentages().
#define OPENTREP_LOG_WARNING | ( | iToBeLogged | ) | OPENTREP_LOG_CORE (OPENTREP::LOG::WARNING, iToBeLogged) |
Definition at line 29 of file Logger.hpp.
#define OPENTREP_LOG_DEBUG | ( | iToBeLogged | ) | OPENTREP_LOG_CORE (OPENTREP::LOG::DEBUG, iToBeLogged) |
Definition at line 32 of file Logger.hpp.
Referenced by OPENTREP::addToXapian(), OPENTREP::OPENTREP_Service::buildSearchIndex(), OPENTREP::DBManager::buildSQLDB(), OPENTREP::OPENTREP_Service::buildSQLDB(), OPENTREP::ResultHolder::calculateCombinedWeights(), OPENTREP::Result::calculateCombinedWeights(), OPENTREP::ResultCombination::chooseBestMatchingResultHolder(), OPENTREP::chooseBestMatchingResultHolder(), OPENTREP::createPlaces(), OPENTREP::OPENTREP_Service::drawRandomLocations(), OPENTREP::Result::fillPlace(), OPENTREP::Result::fullTextMatch(), OPENTREP::PORFileParser::generateLocations(), OPENTREP::OPENTREP_Service::getIndexSize(), OPENTREP::OPENTREP_Service::interpretTravelRequest(), OPENTREP::DBManager::retrievePlace(), and OPENTREP::searchString().
#define OPENTREP_LOG_VERBOSE | ( | iToBeLogged | ) | OPENTREP_LOG_CORE (OPENTREP::LOG::VERBOSE, iToBeLogged) |
Definition at line 35 of file Logger.hpp.