Documentation ¶
Index ¶
- type Logger
- func (log *Logger) Debug(msg string, fields ...zap.Field)
- func (log *Logger) Debugf(template string, args ...interface{})
- func (log *Logger) Debugln(args ...interface{})
- func (log *Logger) Error(msg string, fields ...zap.Field)
- func (log *Logger) Errorf(template string, args ...interface{})
- func (log *Logger) Errorln(args ...interface{})
- func (log *Logger) Fatal(args ...interface{})
- func (log *Logger) Fatalf(template string, args ...interface{})
- func (log *Logger) Fatalln(args ...interface{})
- func (log *Logger) Info(msg string, fields ...zap.Field)
- func (log *Logger) Infof(template string, args ...interface{})
- func (log *Logger) Infoln(args ...interface{})
- func (log *Logger) Panic(args ...interface{})
- func (log *Logger) Panicf(template string, args ...interface{})
- func (log *Logger) Panicln(args ...interface{})
- func (log *Logger) Print(args ...interface{})
- func (log *Logger) Printf(template string, args ...interface{})
- func (log *Logger) Println(args ...interface{})
- func (log *Logger) Warn(msg string, fields ...zap.Field)
- func (log *Logger) Warnf(template string, args ...interface{})
- func (log *Logger) Warnln(args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.