Macros§
- critical
- Macro for logging critical notifications (CRITICAL)
- debug
- DEBUG (no-op in release)
- error
- Macro for logging errors (ERROR)
- format_
str - info
- Macro for logging general information (INFO)
- success
- Macro for logging success messages (SUCCESS)
- warn
- Macro for logging warnings (WARN)
Structs§
- Log
- Simple logger for no-std situations
Constants§
- ANSI_
RESET - Ansi reset parameter
- BOLD_
RED_ ON_ CYAN - Bold red on cyan ansi color
- CYAN
- Cyan ansi color
- GREEN
- Green ansi color
- PURPLE_
BOLD - Bold purple ansi color
- RED_
BOLD - Bold red ansi color
- YELLOW
- Yellow ansi color
Statics§
Traits§
- Logger
- Small trait to track and extend functionality