dependabot[bot] 213ce28161
chore(deps): bump github.com/rs/zerolog from 1.26.1 to 1.27.0 (#78)
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.26.1 to 1.27.0.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.26.1...v1.27.0)

---
updated-dependencies:
- dependency-name: github.com/rs/zerolog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-25 22:45:44 +03:00
2021-01-10 15:39:57 +03:00
2021-01-19 23:05:03 +03:00
2021-01-10 15:39:57 +03:00
2021-10-28 00:52:30 +03:00
2021-01-10 15:34:37 +03:00
2022-02-22 14:17:16 +03:00
2022-02-22 14:17:16 +03:00

Zerolog

Zerolog logger implementation for go-micro meta logger.

Usage

func ExampleWithOut() {
  logger.DefaultLogger = zerolog.NewLogger(logger.WithOutput(os.Stdout), logger.WithLevel(logger.DebugLevel))

  logger.Infof(logger.InfoLevel, "testing: %s", "Infof")

  // Output:
  // {"level":"info","message":"testing: Infof"}
}
Description
No description provided
Readme
v3.8.6 Latest
2024-03-26 08:36:17 +03:00
Languages
Go 100%