bitz-server  2.0.3
spdlog::details::registry_t< Mutex > Member List

This is the complete list of members for spdlog::details::registry_t< Mutex >, including all inherited members.

apply_all(std::function< void(std::shared_ptr< logger >)> fun) (defined in spdlog::details::registry_t< Mutex >)spdlog::details::registry_t< Mutex >inline
create(const std::string &logger_name, const It &sinks_begin, const It &sinks_end) (defined in spdlog::details::registry_t< Mutex >)spdlog::details::registry_t< Mutex >inline
create(const std::string &logger_name, sinks_init_list sinks) (defined in spdlog::details::registry_t< Mutex >)spdlog::details::registry_t< Mutex >inline
create(const std::string &logger_name, sink_ptr sink) (defined in spdlog::details::registry_t< Mutex >)spdlog::details::registry_t< Mutex >inline
create_async(const std::string &logger_name, size_t queue_size, const async_overflow_policy overflow_policy, const std::function< void()> &worker_warmup_cb, const std::chrono::milliseconds &flush_interval_ms, const std::function< void()> &worker_teardown_cb, const It &sinks_begin, const It &sinks_end) (defined in spdlog::details::registry_t< Mutex >)spdlog::details::registry_t< Mutex >inline
create_async(const std::string &logger_name, size_t queue_size, const async_overflow_policy overflow_policy, const std::function< void()> &worker_warmup_cb, const std::chrono::milliseconds &flush_interval_ms, const std::function< void()> &worker_teardown_cb, sinks_init_list sinks) (defined in spdlog::details::registry_t< Mutex >)spdlog::details::registry_t< Mutex >inline
create_async(const std::string &logger_name, size_t queue_size, const async_overflow_policy overflow_policy, const std::function< void()> &worker_warmup_cb, const std::chrono::milliseconds &flush_interval_ms, const std::function< void()> &worker_teardown_cb, sink_ptr sink) (defined in spdlog::details::registry_t< Mutex >)spdlog::details::registry_t< Mutex >inline
drop(const std::string &logger_name) (defined in spdlog::details::registry_t< Mutex >)spdlog::details::registry_t< Mutex >inline
drop_all() (defined in spdlog::details::registry_t< Mutex >)spdlog::details::registry_t< Mutex >inline
flush_on(level::level_enum log_level) (defined in spdlog::details::registry_t< Mutex >)spdlog::details::registry_t< Mutex >inline
formatter(formatter_ptr f) (defined in spdlog::details::registry_t< Mutex >)spdlog::details::registry_t< Mutex >inline
get(const std::string &logger_name) (defined in spdlog::details::registry_t< Mutex >)spdlog::details::registry_t< Mutex >inline
instance() (defined in spdlog::details::registry_t< Mutex >)spdlog::details::registry_t< Mutex >inlinestatic
operator=(const registry_t< Mutex > &)=delete (defined in spdlog::details::registry_t< Mutex >)spdlog::details::registry_t< Mutex >
register_logger(std::shared_ptr< logger > logger) (defined in spdlog::details::registry_t< Mutex >)spdlog::details::registry_t< Mutex >inline
registry_t(const registry_t< Mutex > &)=delete (defined in spdlog::details::registry_t< Mutex >)spdlog::details::registry_t< Mutex >
set_async_mode(size_t q_size, const async_overflow_policy overflow_policy, const std::function< void()> &worker_warmup_cb, const std::chrono::milliseconds &flush_interval_ms, const std::function< void()> &worker_teardown_cb) (defined in spdlog::details::registry_t< Mutex >)spdlog::details::registry_t< Mutex >inline
set_error_handler(log_err_handler handler) (defined in spdlog::details::registry_t< Mutex >)spdlog::details::registry_t< Mutex >inline
set_level(level::level_enum log_level) (defined in spdlog::details::registry_t< Mutex >)spdlog::details::registry_t< Mutex >inline
set_pattern(const std::string &pattern) (defined in spdlog::details::registry_t< Mutex >)spdlog::details::registry_t< Mutex >inline
set_sync_mode() (defined in spdlog::details::registry_t< Mutex >)spdlog::details::registry_t< Mutex >inline