Horizon
|
This is the complete list of members for horizon::Logger, including all inherited members.
Domain enum name (defined in horizon::Logger) | horizon::Logger | |
domain_to_string(Domain domain) (defined in horizon::Logger) | horizon::Logger | static |
get() (defined in horizon::Logger) | horizon::Logger | static |
Level enum name (defined in horizon::Logger) | horizon::Logger | |
level_to_string(Level level) (defined in horizon::Logger) | horizon::Logger | static |
log(Level level, const std::string &message, Domain domain=Domain::UNSPECIFIED, const std::string &detail="") (defined in horizon::Logger) | horizon::Logger | |
log_critical(const std::string &message, Domain domain=Domain::UNSPECIFIED, const std::string &detail="") (defined in horizon::Logger) | horizon::Logger | static |
log_debug(const std::string &message, Domain domain=Domain::UNSPECIFIED, const std::string &detail="") (defined in horizon::Logger) | horizon::Logger | static |
log_handler_t typedef (defined in horizon::Logger) | horizon::Logger | |
log_info(const std::string &message, Domain domain=Domain::UNSPECIFIED, const std::string &detail="") (defined in horizon::Logger) | horizon::Logger | static |
log_warning(const std::string &message, Domain domain=Domain::UNSPECIFIED, const std::string &detail="") (defined in horizon::Logger) | horizon::Logger | static |
Logger() (defined in horizon::Logger) | horizon::Logger | |
set_log_handler(log_handler_t handler) (defined in horizon::Logger) | horizon::Logger |