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

#include <console_appender.hpp>

Collaboration diagram for fc::console_appender::config:

Public Member Functions

 config ()
 

Public Attributes

fc::string format
 
console_appender::stream::type stream
 
std::vector< level_colorlevel_colors
 
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.

40 :format( "${timestamp} ${thread_name} ${context} ${file}:${line} ${method} ${level}] ${message}" ),
console_appender::stream::type stream

Member Data Documentation

◆ flush

bool fc::console_appender::config::flush

Definition at line 46 of file console_appender.hpp.

◆ format

fc::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.

◆ 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: