# cortex-m-log
[](https://travis-ci.org/DoumanAsh/cortex-m-log)
[](https://crates.io/crates/cortex-m-log)
[](https://docs.rs/crate/cortex-m-log/)
[](https://deps.rs/repo/github/DoumanAsh/cortex-m-log)
Logging facilities for Cortex-M processors
## Available features
- `log-integration` - Enables [log](https://github.com/rust-lang-nursery/log) integration
- `semihosting` - Enables facilities for [cortex-m-semihosting](https://github.com/japaric/cortex-m-semihosting).
- `itm` - Enables ITM destination for logging (not available on Cortex-M0 microcontrollers)