Crate fidl_fuchsia_logger

Source

Structs§

LogControlHandle
LogDumpLogsSafeRequest
LogEventStream
LogFilterOptions
LogListenSafeRequest
LogListenSafeWithSelectorsRequest
LogListenerSafeControlHandle
LogListenerSafeEventStream
LogListenerSafeLogManyRequest
LogListenerSafeLogManyResponder
LogListenerSafeLogRequest
LogListenerSafeLogResponder
LogListenerSafeMarker
LogListenerSafeProxy
LogListenerSafeRequestStream
A Stream of incoming requests for fuchsia.logger/LogListenerSafe.
LogListenerSafeSynchronousProxy
LogMarker
LogMessage
LogProxy
LogRequestStream
A Stream of incoming requests for fuchsia.logger/Log.
LogSinkConnectRequest
LogSinkConnectStructuredRequest
LogSinkControlHandle
LogSinkEventStream
LogSinkMarker
LogSinkProxy
LogSinkRequestStream
A Stream of incoming requests for fuchsia.logger/LogSink.
LogSinkSynchronousProxy
LogSinkWaitForInterestChangeResponder
LogSinkWaitForInterestChangeResponse
LogSynchronousProxy

Enums§

InterestChangeError
LogEvent
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.
LogListenerSafeEvent
LogListenerSafeRequest
A listener who will notify the Log of the receipt of each message.
LogRequest
Interface for LogListenerSafe to register to listen to logs.
LogSinkEvent
LogSinkRequest
Drains a program’s 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.

Traits§

LogListenerSafeProxyInterface
LogProxyInterface
LogSinkProxyInterface

Type Aliases§

LogSinkWaitForInterestChangeResult