Expand description
Logging
Structs§
- EspIdf
LogFilter - Log filter backend based on the ESP-IDF logging configuration.
- EspIdf
Logger - A logger that integrates with the ESP-IDF logging system.
Traits§
- LogFilter
Backend - Trait for a log filter backend that can be used with the
EspIdfLogger.
Functions§
- init
- Initialize the Rust logging system with the ESP-IDF logger and with the noop log filter backend (i.e. logging verbosity is controlled by the Rust log crate settings and disconnected from the ESP-IDF configuration settings).
- init_
from_ env - Initialize the Rust logging system with the ESP-IDF logger and with the noop log filter backend
(i.e. logging verbosity is controlled by the
RUST_LOGenvironment variable). - init_
from_ esp_ idf - Initialize the Rust logging system with the ESP-IDF logger and with the ESP-IDF log filter backend (i.e. logging verbosity is controlled by the ESP-IDF configuration settings).
Type Aliases§
- EspLogger
- A type alias for the ESP-IDf logger configured with the ESP-IDF log filter.