Documentation ¶
Index ¶
- type Entry
- func (entry *Entry) Debug(args ...interface{})
- func (entry *Entry) Debugf(format string, args ...interface{})
- func (entry *Entry) Error(args ...interface{})
- func (entry *Entry) Errorf(format string, args ...interface{})
- func (entry *Entry) Fatal(args ...interface{})
- func (entry *Entry) Fatalf(format string, args ...interface{})
- func (entry *Entry) FromLogrus(logrus *log.Entry, loggers Log)
- func (entry *Entry) Info(args ...interface{})
- func (entry *Entry) Infof(format string, args ...interface{})
- func (entry *Entry) Warn(args ...interface{})
- func (entry *Entry) Warnf(format string, args ...interface{})
- type Log
- func (logger Log) Debug(args ...interface{})
- func (logger Log) Debugf(format string, args ...interface{})
- func (logger Log) Error(args ...interface{})
- func (logger Log) Errorf(format string, args ...interface{})
- func (logger Log) Fatal(args ...interface{})
- func (logger Log) Fatalf(format string, args ...interface{})
- func (logger *Log) FromConfig(conf *viper.Viper)
- func (logger Log) Info(args ...interface{})
- func (logger Log) Infof(format string, args ...interface{})
- func (logger Log) Panic(args ...interface{})
- func (logger Log) Panicf(format string, args ...interface{})
- func (logger Log) Printf(format string, args ...interface{})
- func (logger Log) Println(args ...interface{})
- func (logger *Log) SetLevel(level log.Level)
- func (logger Log) Warn(args ...interface{})
- func (logger Log) Warnf(format string, args ...interface{})
- func (logger Log) WithFields(fields log.Fields) *Entry
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Log ¶
func (*Log) FromConfig ¶
Click to show internal directories.
Click to hide internal directories.