LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
Namespaces | |
detail | |
log | |
version | |
Classes | |
class | Log |
class | LogContext |
Functions | |
void | configure_iface (void) |
void | configure_iface (std::string const &filename) |
void | configure_prop_iface (std::string const &properties) |
std::string | getDefaultLoggerName_iface (void) |
void | pushContext_iface (std::string const &name) |
void | popContext_iface () |
void | MDC_iface (std::string const &key, std::string const &value) |
void | MDCRemove_iface (std::string const &key) |
void | setLevel_iface (std::string const &loggername, int level) |
int | getLevel_iface (std::string const &loggername) |
bool | isEnabledFor_iface (std::string const &loggername, int level) |
void | forcedLog_iface (std::string const &loggername, int level, std::string const &filename, std::string const &funcname, int lineno, std::string const &mdg) |
std::string | getFileExtension (std::string const &filename) |
void lsst::log::configure_iface | ( | void | ) |
Definition at line 43 of file logInterface.cc.
void lsst::log::configure_iface | ( | std::string const & | filename | ) |
Definition at line 47 of file logInterface.cc.
void lsst::log::configure_prop_iface | ( | std::string const & | properties | ) |
Definition at line 51 of file logInterface.cc.
void lsst::log::forcedLog_iface | ( | std::string const & | loggername, |
int | level, | ||
std::string const & | filename, | ||
std::string const & | funcname, | ||
int | lineno, | ||
std::string const & | mdg | ||
) |
Definition at line 87 of file logInterface.cc.
std::string lsst::log::getDefaultLoggerName_iface | ( | void | ) |
Definition at line 55 of file logInterface.cc.
std::string lsst::log::getFileExtension | ( | std::string const & | filename | ) |
int lsst::log::getLevel_iface | ( | std::string const & | loggername | ) |
Definition at line 79 of file logInterface.cc.
bool lsst::log::isEnabledFor_iface | ( | std::string const & | loggername, |
int | level | ||
) |
Definition at line 83 of file logInterface.cc.
void lsst::log::MDC_iface | ( | std::string const & | key, |
std::string const & | value | ||
) |
Definition at line 67 of file logInterface.cc.
void lsst::log::MDCRemove_iface | ( | std::string const & | key | ) |
Definition at line 71 of file logInterface.cc.
void lsst::log::popContext_iface | ( | ) |
Definition at line 63 of file logInterface.cc.
void lsst::log::pushContext_iface | ( | std::string const & | name | ) |
Definition at line 59 of file logInterface.cc.
void lsst::log::setLevel_iface | ( | std::string const & | loggername, |
int | level | ||
) |
Definition at line 75 of file logInterface.cc.