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

Function InitLogging

src/init.cpp:1768–1771  ·  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

1766 * careful about what global state you rely on here.
1767 */
1768void InitLogging(const ArgsManager &args) {
1769 init::SetLoggingOptions(args);
1770 init::LogPackageVersion();
1771}
1772
1773namespace { // Variables internal to initialization process only
1774

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