MCPcopy Create free account
hub / github.com/Bitcoin-ABC/bitcoin-abc / initLogging

Method initLogging

src/node/interfaces.cpp:74–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 public:
73 explicit NodeImpl(NodeContext *context) { setContext(context); }
74 void initLogging() override { InitLogging(*Assert(m_context->args)); }
75 void initParameterInteraction() override {
76 InitParameterInteraction(*Assert(m_context->args));
77 }

Callers

nothing calls this directly

Calls 1

InitLoggingFunction · 0.85

Tested by

no test coverage detected