Skip to main content

Module log

Module log 

Source
Expand description

Logging

Structs§

EspIdfLogFilter
Log filter backend based on the ESP-IDF logging configuration.
EspIdfLogger
A logger that integrates with the ESP-IDF logging system.

Traits§

LogFilterBackend
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_LOG environment 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.