absl::EnableLogPrefix

Updates the value of the Prepend Log Prefix option.

Synopsis

Declared in <absl/log/globals.h>

void
EnableLogPrefix(bool on_off);

Description

This function is async-signal-safe.

Parameters

NameDescription
on_offTrue to have messages include the prefix.