[#absl-PrintTo] = xref:absl.adoc[absl]::PrintTo :relfileprefix: ../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void PrintTo( xref:absl/LogEntry.adoc[absl::LogEntry] const& entry, std::ostream* os); ---- == Parameters [cols="1,4"] |=== | Name| Description | *entry* | The log entry to print. | *os* | The output stream to write to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#