Expand description
Self-contained Level and LevelFilter
definitions, mirroring the log crate for use on targets where that crate is
not embedded (e.g. BPF).
Enumsยง
- Level
- An enumeration of the available verbosity levels of a log message,
ordered from the most severe (
Error) to the least severe (Trace). - Level
Filter - An enumeration of the available log level filters, used to enable or
suppress log messages at or below a given
Level. Includes anOffvariant that disables all logging.