Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logger ¶
type Logger interface { SetPrefix(prefix string) Logger Debug(msg string, ctx Ctx) Info(msg string, ctx Ctx) Warn(msg string, ctx Ctx) Error(msg string, ctx Ctx) Panic(msg string, ctx Ctx) Trace(msg string, ctx Ctx) Flush() }
func NewZapLogger ¶
Click to show internal directories.
Click to hide internal directories.