dependabot[bot] 207cbc314b
chore(deps): bump go.unistack.org/micro/v3 from 3.10.4 to 3.10.5
Bumps [go.unistack.org/micro/v3](https://github.com/unistack-org/micro) from 3.10.4 to 3.10.5.
- [Release notes](https://github.com/unistack-org/micro/releases)
- [Commits](https://github.com/unistack-org/micro/compare/v3.10.4...v3.10.5)

---
updated-dependencies:
- dependency-name: go.unistack.org/micro/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-30 21:05:23 +00: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-10-13 22:57:31 +03:00
2022-10-13 22:57:31 +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%