TARAXA
|
#include <logging_config.hpp>
Classes | |
struct | SinkConfig |
By default all loggers are registered to sinks without specified channels. If sink config has specified channels, only those channels are logged in such sink. More... | |
Public Types | |
enum class | LoggingType { Console , File } |
Logging type. More... | |
Public Attributes | |
std::unordered_map< std::string, spdlog::level::level_enum > | channels |
std::vector< SinkConfig > | outputs |
|
strong |
std::unordered_map<std::string, spdlog::level::level_enum> taraxa::LoggingConfig::channels |
std::vector<SinkConfig> taraxa::LoggingConfig::outputs |