Elements 6.3.3
A C++ base framework for the Euclid Software.
Loading...
Searching...
No Matches
Elements::Logging Member List

This is the complete list of members for Elements::Logging, including all inherited members.

debug(const std::string &logMessage)Elements::Logging
debug(const char *stringFormat, Args &&... args)Elements::Logging
debug()Elements::Logging
error(const std::string &logMessage)Elements::Logging
error(const char *stringFormat, Args &&... args)Elements::Logging
error()Elements::Logging
fatal(const std::string &logMessage)Elements::Logging
fatal(const char *stringFormat, Args &&... args)Elements::Logging
fatal()Elements::Logging
getLogger(const std::string &name="")Elements::Loggingstatic
info(const std::string &logMessage)Elements::Logging
info(const char *stringFormat, Args &&... args)Elements::Logging
info()Elements::Logging
log(log4cpp::Priority::Value level, const std::string &logMessage)Elements::Logging
log(log4cpp::Priority::Value level, const char *stringFormat, Args &&... args)Elements::Logging
Logging(log4cpp::Category &log4cppLogger)Elements::Loggingexplicitprivate
m_log4cppLoggerElements::Loggingprivate
setLevel(std::string level)Elements::Loggingstatic
setLogFile(const Path::Item &fileName)Elements::Loggingstatic
warn(const std::string &logMessage)Elements::Logging
warn(const char *stringFormat, Args &&... args)Elements::Logging
warn()Elements::Logging