cosmos-sdk/log
2025-08-12 17:44:55 +00:00
..
slog chore: set log to main (#23698) 2025-02-13 16:23:25 -05:00
bench_test.go chore: fix grammatical errors in log package comments (#25155) 2025-08-12 17:44:55 +00:00
CHANGELOG.md chore: fix grammatical errors in log package comments (#25155) 2025-08-12 17:44:55 +00:00
go.mod build(deps): Bump github.com/bytedance/sonic from 1.13.3 to 1.14.0 in /log (#25028) 2025-07-29 14:49:11 +00:00
go.sum build(deps): Bump github.com/bytedance/sonic from 1.13.3 to 1.14.0 in /log (#25028) 2025-07-29 14:49:11 +00:00
level_test.go feat: verbose logging during upgrades (#24720) 2025-05-13 20:48:30 +00:00
level.go chore: set log to main (#23698) 2025-02-13 16:23:25 -05:00
logger_test.go chore: set log to main (#23698) 2025-02-13 16:23:25 -05:00
logger.go chore: fix grammatical errors in log package comments (#25155) 2025-08-12 17:44:55 +00:00
options.go chore: fix grammatical errors in log package comments (#25155) 2025-08-12 17:44:55 +00:00
README.md chore: set log to main (#23698) 2025-02-13 16:23:25 -05:00
testing.go chore: set log to main (#23698) 2025-02-13 16:23:25 -05:00
with_test.go feat: verbose logging during upgrades (#24720) 2025-05-13 20:48:30 +00:00
writer_test.go chore: set log to main (#23698) 2025-02-13 16:23:25 -05:00
writer.go feat: verbose logging during upgrades (#24720) 2025-05-13 20:48:30 +00:00

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.