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