Documentation ¶
Index ¶
- func Debug(args ...interface{})
- func Debugf(format string, args ...interface{})
- func Error(args ...interface{})
- func Errorf(format string, args ...interface{})
- func Info(args ...interface{})
- func Infof(format string, args ...interface{})
- func Warn(args ...interface{})
- func Warnf(format string, args ...interface{})
- type DebugLogger
- type ErrorLogger
- type InfoLogger
- type Logger
- func (l *Logger) Debug(args ...interface{})
- func (l *Logger) Debugf(format string, args ...interface{})
- func (l *Logger) Error(args ...interface{})
- func (l *Logger) Errorf(format string, args ...interface{})
- func (l *Logger) Info(args ...interface{})
- func (l *Logger) Infof(format string, args ...interface{})
- func (l *Logger) Warn(args ...interface{})
- func (l *Logger) Warnf(format string, args ...interface{})
- type WarnLogger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DebugLogger ¶
type DebugLogger struct {
// contains filtered or unexported fields
}
type ErrorLogger ¶
type ErrorLogger struct {
// contains filtered or unexported fields
}
type InfoLogger ¶
type InfoLogger struct {
// contains filtered or unexported fields
}
type Logger ¶
type Logger struct { Logger *zap.Logger Sugar *zap.SugaredLogger // contains filtered or unexported fields }
type WarnLogger ¶
type WarnLogger struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.