# 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.
2082ff92f3117e6dd4360cb50d85cc6a6f6413f9
idf.py add-dependency "espp/logger^1.1.2"