![]() |
Ark Server API (ASE) - Wiki
|
This is the complete list of members for spdlog::details::registry_t< Mutex >, including all inherited members.
| _async_mode | spdlog::details::registry_t< Mutex > | private |
| _async_q_size | spdlog::details::registry_t< Mutex > | private |
| _err_handler | spdlog::details::registry_t< Mutex > | private |
| _flush_interval_ms | spdlog::details::registry_t< Mutex > | private |
| _formatter | spdlog::details::registry_t< Mutex > | private |
| _level | spdlog::details::registry_t< Mutex > | private |
| _loggers | spdlog::details::registry_t< Mutex > | private |
| _mutex | spdlog::details::registry_t< Mutex > | private |
| _overflow_policy | spdlog::details::registry_t< Mutex > | private |
| _worker_teardown_cb | spdlog::details::registry_t< Mutex > | private |
| _worker_warmup_cb | spdlog::details::registry_t< Mutex > | private |
| apply_all(std::function< void(std::shared_ptr< logger >)> fun) | spdlog::details::registry_t< Mutex > | inline |
| create(const std::string &logger_name, const It &sinks_begin, const It &sinks_end) | spdlog::details::registry_t< Mutex > | inline |
| create(const std::string &logger_name, sinks_init_list sinks) | spdlog::details::registry_t< Mutex > | inline |
| create(const std::string &logger_name, sink_ptr sink) | 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) | 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) | 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) | spdlog::details::registry_t< Mutex > | inline |
| drop(const std::string &logger_name) | spdlog::details::registry_t< Mutex > | inline |
| drop_all() | spdlog::details::registry_t< Mutex > | inline |
| formatter(formatter_ptr f) | spdlog::details::registry_t< Mutex > | inline |
| get(const std::string &logger_name) | spdlog::details::registry_t< Mutex > | inline |
| instance() | spdlog::details::registry_t< Mutex > | inlinestatic |
| operator=(const registry_t< Mutex > &)=delete | spdlog::details::registry_t< Mutex > | private |
| register_logger(std::shared_ptr< logger > logger) | spdlog::details::registry_t< Mutex > | inline |
| registry_t() | spdlog::details::registry_t< Mutex > | inlineprivate |
| registry_t(const registry_t< Mutex > &)=delete | spdlog::details::registry_t< Mutex > | private |
| 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) | spdlog::details::registry_t< Mutex > | inline |
| set_error_handler(log_err_handler handler) | spdlog::details::registry_t< Mutex > | inline |
| set_level(level::level_enum log_level) | spdlog::details::registry_t< Mutex > | inline |
| set_pattern(const std::string &pattern) | spdlog::details::registry_t< Mutex > | inline |
| set_sync_mode() | spdlog::details::registry_t< Mutex > | inline |
| throw_if_exists(const std::string &logger_name) | spdlog::details::registry_t< Mutex > | inlineprivate |