absl::InitializeLog

Initializes the Abseil logging library.

Synopsis

Declared in <absl/log/initialize.h>

void
InitializeLog();

Description

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.