cosmos-sdk/log
2024-08-16 13:03:24 +00:00
..
bench_test.go style: add gci linter (#16605) 2023-06-22 15:35:51 +00:00
CHANGELOG.md chore: fix all lint issue since golangci-lint bump (#21326) 2024-08-16 13:03:24 +00:00
go.mod feat(log): remove core dependency and update core interface to be dependency free (#21045) 2024-07-26 11:00:27 +00:00
go.sum feat(log): remove core dependency and update core interface to be dependency free (#21045) 2024-07-26 11:00:27 +00:00
level_test.go style: add gci linter (#16605) 2023-06-22 15:35:51 +00:00
level.go perf(log): parse log level in filterFunc (#17194) 2023-07-30 08:52:51 +00:00
logger_test.go build(deps): Bump github.com/rs/zerolog from 1.31.0 to 1.32.0 (#19346) 2024-02-05 09:49:10 +00:00
logger.go chore: fix all lint issue since golangci-lint bump (#21326) 2024-08-16 13:03:24 +00:00
options.go feat(log): add hook option to log (#18916) 2023-12-30 11:22:45 +00:00
README.md feat!: use cosmossdk.io/log logger (#15011) 2023-02-27 21:36:22 +00:00
sonar-project.properties chore: force reload sonar cloud (#20480) 2024-05-29 11:12:09 +00:00
testing.go feat(log): add NewTestLogger{Info,Error} constructors (#15604) 2023-03-29 18:20:49 +00:00
writer_test.go style: add gci linter (#16605) 2023-06-22 15:35:51 +00:00
writer.go feat(log): wire logger filtering (#15601) 2023-03-30 09:48:38 +00:00

Log

The cosmossdk.io/log provides a zerolog logging implementation for the Cosmos SDK and Cosmos SDK modules.