| 33 | BOOST_FIXTURE_TEST_SUITE(logging_tests, BasicTestingSetup) |
| 34 | |
| 35 | static void ResetLogger() |
| 36 | { |
| 37 | LogInstance().SetLogLevel(BCLog::DEFAULT_LOG_LEVEL); |
| 38 | LogInstance().SetCategoryLogLevel({}); |
| 39 | } |
| 40 | |
| 41 | static std::vector<std::string> ReadDebugLogLines() |
| 42 | { |
no test coverage detected