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