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

Method initLogging

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

Source from the content-addressed store, hash-verified

59 void selectParams(const std::string& network) override { SelectParams(network); }
60 std::string getNetwork() override { return Params().NetworkIDString(); }
61 void initLogging() override { InitLogging(); }
62 void initParameterInteraction() override { InitParameterInteraction(); }
63 std::string getWarnings(const std::string& type) override { return GetWarnings(type); }
64 uint32_t getLogCategories() override { return g_logger->GetCategoryMask(); }

Callers 1

parameterSetupMethod · 0.80

Calls 1

InitLoggingFunction · 0.85

Tested by

no test coverage detected