Initializes the Abseil logging library.
Declared in <absl/log/initialize.h>
void
InitializeLog();
Before this function is called, all log messages are directed only to stderr. After initialization is finished, log messages are directed to all registered LogSinks.
It is an error to call this function twice.
There is no corresponding function to shut down the logging library.