Versions in this module Expand all Collapse all v4 v4.7.0 Jul 2, 2022 Changes in this version + func NewLogger(opts ...logger.Option) logger.Logger + func ReportCaller() logger.Option + func UseAsDefault() logger.Option + func WithDevelopmentMode() logger.Option + func WithExitFunc(exit func(int)) logger.Option + func WithHooks(hooks []zerolog.Hook) logger.Option + func WithProductionMode() logger.Option + func WithTimeFormat(timeFormat string) logger.Option + func ZerologToLoggerLevel(level zerolog.Level) logger.Level + type Mode uint8 + const Development + const Production + type Options struct + ExitFunc func(int) + Hooks []zerolog.Hook + Mode Mode + ReportCaller bool + TimeFormat string + UseAsDefault bool Other modules containing this package github.com/asim/go-micro/plugins/logger/zerolog/v3