5#ifndef BITCOIN_TEST_UTIL_LOGGING_H
6#define BITCOIN_TEST_UTIL_LOGGING_H
42#define ASSERT_DEBUG_LOG(message) DebugLogHelper UNIQUE_NAME(debugloghelper)(message)
DebugLogHelper(const DebugLogHelper &)=delete
std::function< bool(const std::string *line)> MatchFn
Custom match checking function.
DebugLogHelper(std::string message, MatchFn match=[](const std::string *){ return true;})
const std::string m_message
DebugLogHelper & operator=(const DebugLogHelper &)=delete
std::list< std::function< void(conststd::string &)> >::iterato m_print_connection)
constexpr auto Ticks(Dur2 d)
Helper to count the seconds of a duration/time_point.