MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / logging_disable_category

Function logging_disable_category

src/kernel/bitcoinkernel_wrapper.h:888–891  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

886}
887
888inline void logging_disable_category(LogCategory category)
889{
890 btck_logging_disable_category(static_cast<btck_LogCategory>(category));
891}
892
893template <typename T>
894concept Log = requires(T a, std::string_view message) {

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 1

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.68