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

Function btck_logging_disable_category

src/kernel/bitcoinkernel.cpp:780–783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

778}
779
780void btck_logging_disable_category(btck_LogCategory category)
781{
782 LogInstance().DisableCategory(get_bclog_flag(category));
783}
784
785void btck_logging_disable()
786{

Callers 1

logging_disable_categoryFunction · 0.85

Calls 2

get_bclog_flagFunction · 0.85
DisableCategoryMethod · 0.80

Tested by

no test coverage detected