cosmos-sdk/log
2025-03-07 08:55:28 -05:00
..
slog feat(log): add slog-backed Logger type (#22347) 2024-10-24 18:24:31 +00:00
bench_test.go chore: linting fixes (#23136) 2024-12-31 16:32:02 +00:00
CHANGELOG.md build(deps): bump sonic in log (#23927) 2025-03-07 08:55:28 -05:00
go.mod build(deps): bump sonic in log (#23927) 2025-03-07 08:55:28 -05:00
go.sum build(deps): bump sonic in log (#23927) 2025-03-07 08:55:28 -05:00
level_test.go perf(log): use sonic json lib (#22233) 2024-10-22 17:43:32 +00:00
level.go perf(log): parse log level in filterFunc (#17194) 2023-07-30 08:52:51 +00:00
logger_test.go perf(log): use sonic json lib (#22233) 2024-10-22 17:43:32 +00:00
logger.go perf(log): use sonic json lib (#22233) 2024-10-22 17:43:32 +00:00
options.go feat(log): add hook option to log (#18916) 2023-12-30 11:22:45 +00:00
README.md feat(log): add slog-backed Logger type (#22347) 2024-10-24 18:24:31 +00:00
sonar-project.properties chore: force reload sonar cloud (#20480) 2024-05-29 11:12:09 +00:00
testing.go refactor(log): disable coloring in testing logger (#22466) 2024-11-07 13:13:48 +00:00
writer_test.go perf(log): use sonic json lib (#22233) 2024-10-22 17:43:32 +00:00
writer.go perf(log): use sonic json lib (#22233) 2024-10-22 17:43:32 +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.