Vasiliy Tolstov e2df7bc8ff
Some checks failed
build / test (push) Failing after 1m28s
build / lint (push) Failing after 2m34s
codeql / analyze (go) (push) Failing after 3m2s
Merge pull request 'fix caller skip count' (#112) from skip into master
Reviewed-on: #112
2023-08-01 09:27:39 +03:00
2021-01-10 15:39:57 +03:00
2021-01-19 23:05:03 +03:00
2023-05-07 18:57:50 +03:00
2023-05-07 18:57:50 +03:00
2021-01-10 15:39:57 +03:00
2023-05-07 18:57:50 +03:00
2021-01-10 15:34:37 +03:00
2023-05-07 18:57:50 +03:00
2023-08-01 09:26:13 +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%