cosmos-sdk/log
dependabot[bot] aaf68cdcc0
build(deps): Bump gotest.tools/v3 from 3.5.0 to 3.5.1 (#17777)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-18 14:04:22 +00:00
..
bench_test.go style: add gci linter (#16605) 2023-06-22 15:35:51 +00:00
CHANGELOG.md fix(log): custom marshaller produce invalid data (#17532) 2023-08-25 13:14:24 +00:00
go.mod build(deps): Bump gotest.tools/v3 from 3.5.0 to 3.5.1 (#17777) 2023-09-18 14:04:22 +00:00
go.sum build(deps): Bump gotest.tools/v3 from 3.5.0 to 3.5.1 (#17777) 2023-09-18 14:04:22 +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 feat(log): add stacktrace display option (#16825) 2023-07-04 16:09:19 +00:00
logger.go fix(log): custom marshaller produce invalid data (#17532) 2023-08-25 13:14:24 +00:00
options.go feat(log): add stacktrace display option (#16825) 2023-07-04 16:09:19 +00:00
README.md feat!: use cosmossdk.io/log logger (#15011) 2023-02-27 21:36:22 +00:00
sonar-project.properties refactor: add logger package (#14872) 2023-02-01 23:42:15 +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.