|
Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
|
This is the complete list of members for kcenon::logger::sampling::sampler_factory, including all inherited members.
| create_adaptive(std::size_t threshold=10000, double min_rate=0.01) | kcenon::logger::sampling::sampler_factory | static |
| create_disabled() | kcenon::logger::sampling::sampler_factory | static |
| create_production(double base_rate=0.1, std::vector< log_level > critical_levels={ log_level::warn, log_level::error, log_level::fatal }) | kcenon::logger::sampling::sampler_factory | static |
| create_random(double rate) | kcenon::logger::sampling::sampler_factory | static |
| create_rate_limited(std::size_t max_per_second) | kcenon::logger::sampling::sampler_factory | static |