pub struct EspIdfLogger<T = ()> { /* private fields */ }Expand description
A logger that integrates with the ESP-IDF logging system.
Specifically:
- It logs to
stdout/stderrjust like the ESP-IDF native C logging functions - The format of the logs matches the ESP-IDF native C logging format
- If the
EspIdfLogFilterbackend is used, it respects the ESP-IDF log level configuration
Implementations§
Source§impl EspIdfLogger<EspIdfLogFilter>
impl EspIdfLogger<EspIdfLogFilter>
Sourcepub fn initialize_default()
pub fn initialize_default()
For backwards compatibility
Equivalent to calling init_from_esp_idf()