cosmos-sdk/log
dependabot[bot] 8c00b866c2
build(deps): Bump github.com/bytedance/sonic from 1.12.4 to 1.12.5 in /log (#22648)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-26 08:10:02 +00:00
..
slog feat(log): add slog-backed Logger type (#22347) 2024-10-24 18:24:31 +00:00
bench_test.go style: add gci linter (#16605) 2023-06-22 15:35:51 +00:00
CHANGELOG.md refactor(log): disable coloring in testing logger (#22466) 2024-11-07 13:13:48 +00:00
go.mod build(deps): Bump github.com/bytedance/sonic from 1.12.4 to 1.12.5 in /log (#22648) 2024-11-26 08:10:02 +00:00
go.sum build(deps): Bump github.com/bytedance/sonic from 1.12.4 to 1.12.5 in /log (#22648) 2024-11-26 08:10:02 +00: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.