Crate fidl_fuchsia_logger_common

Source

Structs§

LogFilterOptions
LogListenerSafeLogManyRequest
LogListenerSafeLogRequest
LogMessage
LogSinkWaitForInterestChangeResponse

Enums§

InterestChangeError
LogLevelFilter
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.

Constants§

LOG_LEVEL_DEFAULT
Default log level used to initialize loggers.
LOG_SEVERITY_MAX_STEP
Maximum available log severity.
LOG_SEVERITY_STEP_SIZE
The interval between discrete log severity levels
LOG_VERBOSITY_STEP_SIZE
The interval between discrete log verbosity levels
MAX_DATAGRAM_LEN_BYTES
Max byte size for message payload.
MAX_LOG_MANY_SIZE_BYTES
Max log bytes per call to a listener.
MAX_TAGS
Max number of tags that can be passed to filter by listener.
MAX_TAGS_PER_LOG_MESSAGE
Max tags that will be attached to a LogMessage.
MAX_TAG_LEN_BYTES
Max tag length that can be passed to filter by listener.