dependabot[bot] 9375562627
Some checks failed
codeql / analyze (go) (pull_request) Failing after 5s
prbuild / test (pull_request) Failing after 5s
prbuild / lint (pull_request) Failing after 4s
chore(deps): bump golang.org/x/sys
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20211216021012-1d35b9e2eb4e to 0.1.0.
- [Release notes](https://github.com/golang/sys/releases)
- [Commits](https://github.com/golang/sys/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 21:39:54 +00:00
2021-01-10 15:39:57 +03:00
2021-01-19 23:05:03 +03:00
2023-02-27 21:39:54 +00:00
2023-02-27 21:39:54 +00: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 710 KiB
v3.8.6 Latest
2024-03-26 08:36:17 +03:00
Languages
Go 100%