|
Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
|
Environment variable-based configuration strategy. More...
#include "config_strategy_interface.h"#include "../logger_config.h"#include <cstdlib>#include <string>#include <algorithm>

Go to the source code of this file.
Classes | |
| class | kcenon::logger::environment_strategy |
| Configuration strategy based on environment variables. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::logger |
Environment variable-based configuration strategy.
Configures the logger based on environment variables:
Definition in file environment_strategy.h.