#include <init/common.h>
#include <logging.h>
#include <logging/timer.h>
#include <scheduler.h>
#include <test/util/common.h>
#include <test/util/logging.h>
#include <test/util/setup_common.h>
#include <tinyformat.h>
#include <util/fs.h>
#include <util/fs_helpers.h>
#include <util/string.h>
#include <chrono>
#include <fstream>
#include <future>
#include <ios>
#include <iostream>
#include <source_location>
#include <string>
#include <unordered_map>
#include <utility>
#include <vector>
#include <boost/test/unit_test.hpp>
Go to the source code of this file.
◆ BOOST_AUTO_TEST_CASE() [1/3]
| BOOST_AUTO_TEST_CASE |
( |
logging_log_limit_stats | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [2/3]
| BOOST_AUTO_TEST_CASE |
( |
logging_log_rate_limiter | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [3/3]
| BOOST_AUTO_TEST_CASE |
( |
logging_timer | | ) |
|
◆ BOOST_FIXTURE_TEST_CASE() [1/6]
| BOOST_FIXTURE_TEST_CASE |
( |
logging_Conf | , |
|
|
LogSetup | ) |
◆ BOOST_FIXTURE_TEST_CASE() [2/6]
| BOOST_FIXTURE_TEST_CASE |
( |
logging_filesize_rate_limit | , |
|
|
LogSetup | ) |
◆ BOOST_FIXTURE_TEST_CASE() [3/6]
| BOOST_FIXTURE_TEST_CASE |
( |
logging_LogPrintMacros | , |
|
|
LogSetup | ) |
◆ BOOST_FIXTURE_TEST_CASE() [4/6]
| BOOST_FIXTURE_TEST_CASE |
( |
logging_LogPrintMacros_CategoryName | , |
|
|
LogSetup | ) |
◆ BOOST_FIXTURE_TEST_CASE() [5/6]
| BOOST_FIXTURE_TEST_CASE |
( |
logging_LogPrintStr | , |
|
|
LogSetup | ) |
◆ BOOST_FIXTURE_TEST_CASE() [6/6]
| BOOST_FIXTURE_TEST_CASE |
( |
logging_SeverityLevels | , |
|
|
LogSetup | ) |
◆ ReadDebugLogLines()
| std::vector< std::string > ReadDebugLogLines |
( |
| ) |
|
|
static |
◆ ResetLogger()
◆ SplitString()
◆ TrimString()
| std::string util::TrimString |
( |
std::string_view | str, |
|
|
std::string_view | pattern = " \f\n\r\t\v" ) |
|
inlinenodiscard |