|
BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#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 |
Definition at line 12 of file file_appender.hpp.
| fc::file_appender::config::config | ( | const fc::path & | p = "log.txt" | ) |
Definition at line 143 of file file_appender.cpp.
| fc::path fc::file_appender::config::filename |
Definition at line 16 of file file_appender.hpp.
| bool fc::file_appender::config::flush = true |
Definition at line 17 of file file_appender.hpp.
| std::string fc::file_appender::config::format |
Definition at line 15 of file file_appender.hpp.
| uint32_t fc::file_appender::config::max_object_depth = FC_MAX_LOG_OBJECT_DEPTH |
Definition at line 21 of file file_appender.hpp.
| bool fc::file_appender::config::rotate = false |
Definition at line 18 of file file_appender.hpp.
| microseconds fc::file_appender::config::rotation_interval |
Definition at line 19 of file file_appender.hpp.
| microseconds fc::file_appender::config::rotation_limit |
Definition at line 20 of file file_appender.hpp.
1.8.17