Writes a human-readable representation of entry to os, e.g. for use by test frameworks such as GoogleTest.
Declared in <absl/log/log_entry.h>
void
PrintTo(
absl::LogEntry const& entry,
std::ostream* os);
| Name | Description |
|---|---|
| entry | The log entry to print. |
| os | The output stream to write to. |