Documentation
¶
Index ¶
- type Logger
- type ZapLogger
- func (z *ZapLogger) Debug(msg string, fields ...interface{})
- func (z *ZapLogger) Error(msg string, fields ...interface{})
- func (z *ZapLogger) Fatal(msg string, fields ...interface{})
- func (z *ZapLogger) Info(msg string, fields ...interface{})
- func (z *ZapLogger) Warn(msg string, fields ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ZapLogger ¶
type ZapLogger struct {
// contains filtered or unexported fields
}
func NewZapLogger ¶
func NewZapLogger() *ZapLogger
Click to show internal directories.
Click to hide internal directories.