Elements 6.3.1
A C++ base framework for the Euclid Software.
|
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::Logging | static |
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::Logging | explicitprivate |
m_log4cppLogger | Elements::Logging | private |
setLevel(std::string level) | Elements::Logging | static |
setLogFile(const Path::Item &fileName) | Elements::Logging | static |
warn(const std::string &logMessage) | Elements::Logging | |
warn(const char *stringFormat, Args &&... args) | Elements::Logging | |
warn() | Elements::Logging |