BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Public Attributes | List of all members
fc::console_appender::config Struct Reference

#include <console_appender.hpp>

Public Member Functions

 config ()
 

Public Attributes

std::string format
 
console_appender::stream::type stream
 
std::vector< level_colorlevel_colors
 
uint32_t max_object_depth
 
bool flush
 

Detailed Description

Definition at line 37 of file console_appender.hpp.

Constructor & Destructor Documentation

◆ config()

fc::console_appender::config::config ( )
inline

Definition at line 39 of file console_appender.hpp.

Member Data Documentation

◆ flush

bool fc::console_appender::config::flush

Definition at line 47 of file console_appender.hpp.

◆ format

std::string fc::console_appender::config::format

Definition at line 43 of file console_appender.hpp.

◆ level_colors

std::vector<level_color> fc::console_appender::config::level_colors

Definition at line 45 of file console_appender.hpp.

◆ max_object_depth

uint32_t fc::console_appender::config::max_object_depth

Definition at line 46 of file console_appender.hpp.

◆ stream

console_appender::stream::type fc::console_appender::config::stream

Definition at line 44 of file console_appender.hpp.


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