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
Secure Cloud Storage for Files, Photos and Documents | pCloud
Store, sync, and share your files securely with pCloud. Get up to 10 GB of free secure cloud storage and access your files from any device, anywhere.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of defmt!