TARAXA
Loading...
Searching...
No Matches
taraxa::LoggingConfig Struct Reference

#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< SinkConfigoutputs
 

Member Enumeration Documentation

◆ LoggingType

Logging type.

Enumerator
Console 
File 

Member Data Documentation

◆ channels

std::unordered_map<std::string, spdlog::level::level_enum> taraxa::LoggingConfig::channels

◆ outputs

std::vector<SinkConfig> taraxa::LoggingConfig::outputs

The documentation for this struct was generated from the following file: