Modules§
Structs§
Constants§
Functions§
- from_
extended_ record - Constructs a
LogsData
from the provided bytes, assuming the bytes are a a single FXT log record with a potentially extended metadata section. [log encoding] https://fuchsia.dev/fuchsia-src/reference/platform-spec/diagnostics/logs-encoding - from_
logger - Transforms the given legacy log message (already parsed) into a
LogsData
containing the given identity information. - from_
structured - Constructs a
LogsData
from the provided bytes, assuming the bytes are in the format specified as in the [log encoding].