LSSTApplications
10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
|
Namespaces | |
detail | |
log | |
version | |
Classes | |
class | Log |
class | LogContext |
Functions | |
std::string | getFileExtension (std::string const &filename) |
void | configure_iface () |
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 &msg) |
void lsst::log::configure_iface | ( | ) |
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 & | msg | ||
) |
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.