Documentation ¶ Index ¶ type Logger func NewZeroLog(ctx context.Context, c ...io.Writer) *Logger func (x *Logger) Level(level string) *Logger func (x *Logger) S() *log.Logger func (x *Logger) Unswap() func (x *Logger) Z() *zerolog.Logger Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Logger ¶ type Logger struct { Out, Err *os.File // contains filtered or unexported fields } func NewZeroLog ¶ func NewZeroLog(ctx context.Context, c ...io.Writer) *Logger func (*Logger) Level ¶ func (x *Logger) Level(level string) *Logger func (*Logger) S ¶ func (x *Logger) S() *log.Logger func (*Logger) Unswap ¶ func (x *Logger) Unswap() func (*Logger) Z ¶ func (x *Logger) Z() *zerolog.Logger Source Files ¶ View all Source files zerolog.go Click to show internal directories. Click to hide internal directories.