Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
fc::logger_config Struct Reference

#include <logger_config.hpp>

Collaboration diagram for fc::logger_config:

Public Member Functions

 logger_config (const fc::string &name="")
 

Public Attributes

string name
 
ostring parent
 
std::optional< log_levellevel
 if not set, then parents level is used.
 
bool enabled
 
bool additivity
 if any appenders are sepecified, then parent's appenders are not set.
 
std::vector< stringappenders
 

Detailed Description

Definition at line 26 of file logger_config.hpp.

Constructor & Destructor Documentation

◆ logger_config()

fc::logger_config::logger_config ( const fc::string & name = "")
inline

Definition at line 27 of file logger_config.hpp.

27:name(name),enabled(true),additivity(false){}
bool additivity
if any appenders are sepecified, then parent's appenders are not set.

Member Data Documentation

◆ additivity

bool fc::logger_config::additivity

Definition at line 34 of file logger_config.hpp.

◆ appenders

std::vector<string> fc::logger_config::appenders

Definition at line 35 of file logger_config.hpp.

◆ enabled

bool fc::logger_config::enabled

Definition at line 32 of file logger_config.hpp.

◆ level

std::optional<log_level> fc::logger_config::level

Definition at line 31 of file logger_config.hpp.

◆ name

string fc::logger_config::name

Definition at line 28 of file logger_config.hpp.

◆ parent

ostring fc::logger_config::parent

Definition at line 29 of file logger_config.hpp.


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