Module log

Module log 

Source
Expand description

A namespace facade around log and defmt.

Enabling the feature defmt will re-export the defmt macros for logging. Otherwise, the log macros will be re-exported.

Macrosยง

debug
Logs a message at the debug level.
error
Logs a message at the error level.
info
Logs a message at the info level.
trace
Logs a message at the trace level.
warn
Logs a message at the warn level.