|
std::string | logger::filename (char const *path) |
|
template<typename TAG > |
std::string | logger::replace_braces (std::string const &str, TAG const tag) |
|
boost::log::attributes::current_process_id::value_type::native_type | logger::get_native_process_id (boost::log::value_ref< boost::log::attributes::current_process_id::value_type, tag::process_id > const &pid) |
|
template<typename SINK > |
sinks::text_file_backend::open_handler_type | logger::create_or_replace_symlink (boost::weak_ptr< SINK > weak_ptr, std::string &&symlink) |
|
boost::log::formatting_ostream & | logger::operator<< (boost::log::formatting_ostream &strm, boost::log::to_log_manip< Channel, tag::channel > const &manip) |
|
boost::log::formatting_ostream & | logger::operator<< (boost::log::formatting_ostream &strm, boost::log::to_log_manip< Severity, tag::severity > const &manip) |
|
template<typename TAG , typename SINK > |
void | logger::set_formatter (SINK &sink) |
|
template<typename FILE_SINK , typename TAG > |
boost::shared_ptr< FILE_SINK > | logger::make_sink (LogOptions const &log_opts, boost::filesystem::path const &full_log_dir, TAG const tag) |
|
template<typename CONSOLE_SINK > |
boost::shared_ptr< CONSOLE_SINK > | logger::make_sink (LogOptions const &log_opts) |
|
void | logger::init (LogOptions const &log_opts) |
|
void | logger::set_once_fatal_func (FatalFunc fatal_func) |
|
void | logger::shutdown () |
|
void | logger::anonymous_namespace{Logger.cpp}::unquote (std::string &str) |
|
std::istream & | logger::operator>> (std::istream &in, Channels &channels) |
|
std::ostream & | logger::operator<< (std::ostream &out, Channels const &channels) |
|
std::istream & | logger::operator>> (std::istream &in, Severity &sev) |
|
std::ostream & | logger::operator<< (std::ostream &out, Severity const &sev) |
|
template<typename... Ts> |
Duration * | logger::newDuration (Severity severity, Ts &&... args) |
|
std::ostream & | logger::operator<< (std::ostream &os, Duration const &duration) |
|
std::ostream & | logger::operator<< (std::ostream &os, DurationTree const &duration_tree) |
|
boost::log::record_ostream & | logger::operator<< (boost::log::record_ostream &os, DurationTreeMap::const_reference kv_pair) |
|
void | logger::logAndEraseDurationTree (std::string *json_str) |
|
void | logger::debug_timer_new_thread (ThreadId parent_thread_id) |
|
ThreadId | logger::thread_id () |
|