Re-exports§
pub use self::natural::*;
Modules§
- compat
- Compatibility shims which mimic some API surfaces of the current Rust bindings.
- generic
- log_
listener_ safe - natural
- wire
- wire_
optional
Structs§
- LogListener
Safe - The type corresponding to the LogListenerSafe protocol.
A listener who will notify the
Logof the receipt of each message.
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§
- LogListener
Safe Client Handler - A client handler for the LogListenerSafe protocol.
- LogListener
Safe Server Handler - A server handler for the LogListenerSafe protocol.