MCPcopy Create free account
hub / github.com/ElementsProject/elements / InitLogging

Function InitLogging

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

775 * careful about what global state you rely on here.
776 */
777void InitLogging(const ArgsManager& args)
778{
779 init::SetLoggingOptions(args);
780 init::LogPackageVersion();
781}
782
783namespace { // Variables internal to initialization process only
784

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