Writes a human‐readable representation of entry to os, e.g. for use by test frameworks such as GoogleTest.

Synopsis

Declared in <absl/log/log_entry.h>

void
PrintTo(
    absl::LogEntry const& entry,
    std::ostream* os);

Parameters

Name

Description

entry

The log entry to print.

os

The output stream to write to.

Created with MrDocs