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

#include <file_appender.hpp>

Public Member Functions

 config (const fc::path &p="log.txt")
 

Public Attributes

std::string format
 
fc::path filename
 
bool flush = true
 
bool rotate = false
 
microseconds rotation_interval
 
microseconds rotation_limit
 
uint32_t max_object_depth = FC_MAX_LOG_OBJECT_DEPTH
 

Detailed Description

Definition at line 12 of file file_appender.hpp.

Constructor & Destructor Documentation

◆ config()

fc::file_appender::config::config ( const fc::path p = "log.txt")

Definition at line 143 of file file_appender.cpp.

Member Data Documentation

◆ filename

fc::path fc::file_appender::config::filename

Definition at line 16 of file file_appender.hpp.

◆ flush

bool fc::file_appender::config::flush = true

Definition at line 17 of file file_appender.hpp.

◆ format

std::string fc::file_appender::config::format

Definition at line 15 of file file_appender.hpp.

◆ max_object_depth

uint32_t fc::file_appender::config::max_object_depth = FC_MAX_LOG_OBJECT_DEPTH

Definition at line 21 of file file_appender.hpp.

◆ rotate

bool fc::file_appender::config::rotate = false

Definition at line 18 of file file_appender.hpp.

◆ rotation_interval

microseconds fc::file_appender::config::rotation_interval

Definition at line 19 of file file_appender.hpp.

◆ rotation_limit

microseconds fc::file_appender::config::rotation_limit

Definition at line 20 of file file_appender.hpp.


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