Structs§
- Default
LogFormatter - Default formatter implementation
- Detailed
Date Time - Date/time structure containing a “now” field, set if it should be interpreted as the current time (used to call Subscribe instead of SnapshotThenSubscribe).
- Dump
Command - Dumps all log from a given target’s session.
- LogCommand
- LogEntry
- A log entry from either the host, target, or a symbolized log.
- Logs
Data Stream - Stream of JSON logs from the target device.
- SetSeverity
Command - Sets the severity, but doesn’t view any logs.
- Watch
Command - Watches for and prints logs from a target. Default if no sub-command is specified.
Enums§
- Formatter
Error - Log formatter error
- Json
Deserialize Error - Error type for log streamer
- LogData
- Type of data in a log entry
- LogError
- LogProcessing
Result - Result returned from processing logs
- LogSub
Command - OneOr
Many - Something that can contain either a single value or a Vec of values
- Symbolize
Mode - Time
Format
Constants§
Traits§
- Boot
Time Accessor - Instance
Getter - Trait used to get available instances given a moniker query.
- Symbolize
- A trait for symbolizing log entries
- Writer
Container - Object which contains a Writer that can be borrowed
Functions§
- dump_
logs_ from_ socket - Reads logs from a socket and formats them using the given formatter and symbolizer.
- parse_
seconds_ string_ as_ duration - Parses a duration from a string. The input is in seconds and the output is a Rust duration.
- parse_
time