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
Name |
Description |
on_off |
True to have messages include the prefix. |
Created with MrDocs