Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTraceEncoder ¶
func NewZapLogger ¶
Types ¶
type Logger ¶
type Logger interface { Debug(msg string, fields ...Field) Info(msg string, fields ...Field) Warn(msg string, fields ...Field) Error(msg string, fields ...Field) Panic(msg string, fields ...Field) Fatal(msg string, fields ...Field) Named(s string) Logger WithOptions(opts ...Option) Logger With(fields ...Field) Logger Sugar() gone.Logger // contains filtered or unexported methods }
Click to show internal directories.
Click to hide internal directories.