![]() |
Bitcoin Core
25.99.0
P2P Digital Currency
|
Public Member Functions | |
LogSetup () | |
~LogSetup () | |
![]() | |
BasicTestingSetup (const ChainType chainType=ChainType::MAIN, const std::vector< const char * > &extra_args={}) | |
~BasicTestingSetup () | |
Public Attributes | |
fs::path | prev_log_path |
fs::path | tmp_log_path |
bool | prev_reopen_file |
bool | prev_print_to_file |
bool | prev_log_timestamps |
bool | prev_log_threadnames |
bool | prev_log_sourcelocations |
std::unordered_map< BCLog::LogFlags, BCLog::Level > | prev_category_levels |
BCLog::Level | prev_log_level |
![]() | |
node::NodeContext | m_node |
const fs::path | m_path_root |
ArgsManager | m_args |
Definition at line 28 of file logging_tests.cpp.
|
inline |
|
inline |
std::unordered_map<BCLog::LogFlags, BCLog::Level> LogSetup::prev_category_levels |
Definition at line 36 of file logging_tests.cpp.
BCLog::Level LogSetup::prev_log_level |
Definition at line 37 of file logging_tests.cpp.
fs::path LogSetup::prev_log_path |
Definition at line 29 of file logging_tests.cpp.
bool LogSetup::prev_log_sourcelocations |
Definition at line 35 of file logging_tests.cpp.
bool LogSetup::prev_log_threadnames |
Definition at line 34 of file logging_tests.cpp.
bool LogSetup::prev_log_timestamps |
Definition at line 33 of file logging_tests.cpp.
bool LogSetup::prev_print_to_file |
Definition at line 32 of file logging_tests.cpp.
bool LogSetup::prev_reopen_file |
Definition at line 31 of file logging_tests.cpp.
fs::path LogSetup::tmp_log_path |
Definition at line 30 of file logging_tests.cpp.