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

Function logging_set_options

src/kernel/bitcoinkernel_wrapper.h:873–876  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

871}
872
873inline void logging_set_options(const btck_LoggingOptions& logging_options)
874{
875 btck_logging_set_options(logging_options);
876}
877
878inline void logging_set_level_category(LogCategory category, LogLevel level)
879{

Callers 2

mainFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 1

btck_logging_set_optionsFunction · 0.85

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.68