Structs§
- A Stream of incoming requests for fuchsia.logger/LogListenerSafe.
- A Stream of incoming requests for fuchsia.logger/Log.
- A Stream of incoming requests for fuchsia.logger/LogSink.
Enums§
- Log levels used with log related filtering. Filtering uses a heuristic based on a threshold of minimum severity level - with any log equal to or greater than the threshold being included in the printable logs.
- A listener who will notify the
Log
of the receipt of each message. - Interface for LogListenerSafe to register to listen to logs.
- Drains a program’s logs.
Constants§
- Default log level used to initialize loggers.
- Maximum available log severity.
- The interval between discrete log severity levels
- The interval between discrete log verbosity levels
- Max byte size for message payload.
- Max log bytes per call to a listener.
- Max number of tags that can be passed to filter by listener.
- Max tags that will be attached to a LogMessage.
- Max tag length that can be passed to filter by listener.