# Logger Component [](https://components.espressif.com/components/espp/logger) The logger provides a cross-platform wrapper around `libfmt` for providing configurable log output with different levels that can be turned on / off at runtime. ## Example The [example](./example) shows how to use the `logger` component to format and log data to the console.
2b699b4cb8b6cccb2e60f179984c58ddd26b6749
idf.py add-dependency "espp/logger^1.0.27"