cosmos-sdk/log/README.md
2024-10-24 18:24:31 +00:00

6 lines
228 B
Markdown

# Log
The `cosmossdk.io/log` provides a zerolog logging implementation for the Cosmos SDK and Cosmos SDK modules.
To use a logger wrapping an instance of the standard library's `log/slog` package, use `cosmossdk.io/log/slog`.