defmt ("de format", short for "deferred formatting") is a highly efficient logging framework that targets resource-constrained devices, like microcontrollers. In its current iteration defmt mainly targets tiny embedded devices that have no means to display information to the developer, e.g. a screen. In this scenario, logs need to be transferred to a second machine, usually a PC/laptop, before they can be displayed to the developer/end-user.
Features
- println!-like formatting
- Multiple logging levels: error, info, warn, debug, trace
- Compile-time RUST_LOG-like filtering of logs: include/omit logging levels with module-level granularity
- Documentation available
- Examples available
- Timestamped logs
Categories
LoggingLicense
Apache License V2.0Follow defmt
Other Useful Business Software
$300 in Free Credit Towards Top Cloud Services
Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of defmt!