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

Function InitLogging

src/init.cpp:879–883  ·  view source on GitHub ↗

* Initialize global loggers. * * Note that this is called very early in the process lifetime, so you should be * careful about what global state you rely on here. */

Source from the content-addressed store, hash-verified

877 * careful about what global state you rely on here.
878 */
879void InitLogging(const ArgsManager& args)
880{
881 init::SetLoggingOptions(args);
882 init::LogPackageVersion();
883}
884
885namespace { // Variables internal to initialization process only
886

Callers 4

AppInitFunction · 0.85
BasicTestingSetupMethod · 0.85
parameterSetupMethod · 0.85
initLoggingMethod · 0.85

Calls 2

SetLoggingOptionsFunction · 0.85
LogPackageVersionFunction · 0.85

Tested by 1

BasicTestingSetupMethod · 0.68