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

Method initLogging

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

Source from the content-addressed store, hash-verified

120public:
121 explicit NodeImpl(NodeContext& context) { setContext(&context); }
122 void initLogging() override { InitLogging(args()); }
123 void initParameterInteraction() override { InitParameterInteraction(args()); }
124 bilingual_str getWarnings() override { return Join(Assert(m_context->warnings)->GetMessages(), Untranslated("<hr />")); }
125 int getExitStatus() override { return Assert(m_context)->exit_status.load(); }

Callers

nothing calls this directly

Calls 1

InitLoggingFunction · 0.85

Tested by

no test coverage detected