Elements
6.2
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 | inline |
debug(const char *stringFormat, Args &&... args) | Elements::Logging | inline |
debug() | Elements::Logging | inline |
error(const std::string &logMessage) | Elements::Logging | inline |
error(const char *stringFormat, Args &&... args) | Elements::Logging | inline |
error() | Elements::Logging | inline |
fatal(const std::string &logMessage) | Elements::Logging | inline |
fatal(const char *stringFormat, Args &&... args) | Elements::Logging | inline |
fatal() | Elements::Logging | inline |
getLogger(const std::string &name="") | Elements::Logging | static |
info(const std::string &logMessage) | Elements::Logging | inline |
info(const char *stringFormat, Args &&... args) | Elements::Logging | inline |
info() | Elements::Logging | inline |
log(log4cpp::Priority::Value level, const std::string &logMessage) | Elements::Logging | inline |
log(log4cpp::Priority::Value level, const char *stringFormat, Args &&... args) | Elements::Logging | inline |
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 | inline |
warn(const char *stringFormat, Args &&... args) | Elements::Logging | inline |
warn() | Elements::Logging | inline |