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