Records

Functions

  • fuchsia::logger::LogMessage BuildLogMessage (const int32_t severity, const std::string & text, const zx::duration timestamp_offset, const std::vector<std::string> & tags)

    Returns a LogMessage with the given severity, message and optional tags.

    The process and thread ids are constants. The timestamp is a constant plus the optionally

    provided offset.

    Defined at line 21 of file ../../src/developer/forensics/testing/log_message.cc