# Logger Component 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.
idf.py add-dependency "espp/logger^0.21.0"