CatapultServer  v0.5.0.1 (Elephant)
catapult::config::BasicLoggerConfiguration Struct Reference

Basic logger configuration settings. More...

Inheritance diagram for catapult::config::BasicLoggerConfiguration:

Public Attributes

utils::LogSinkType SinkType
 Log sink type. More...
 
utils::LogLevel Level
 Log level. More...
 
std::unordered_map< std::string, utils::LogLevelComponentLevels
 Custom component log levels. More...
 

Detailed Description

Basic logger configuration settings.

Member Data Documentation

◆ ComponentLevels

std::unordered_map<std::string, utils::LogLevel> catapult::config::BasicLoggerConfiguration::ComponentLevels

Custom component log levels.

◆ Level

utils::LogLevel catapult::config::BasicLoggerConfiguration::Level

Log level.

◆ SinkType

utils::LogSinkType catapult::config::BasicLoggerConfiguration::SinkType

Log sink type.


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