Documentation
¶
Index ¶
- Constants
- func Debug(args ...interface{})
- func Debugf(format string, args ...interface{})
- func Debugln(args ...interface{})
- func Error(args ...interface{})
- func Errorf(format string, args ...interface{})
- func Errorln(args ...interface{})
- func Fatal(i ...interface{})
- func Fatalf(s2 string, i ...interface{})
- func Fatalln(i ...interface{})
- func Info(args ...interface{})
- func Infof(format string, args ...interface{})
- func Infoln(args ...interface{})
- func Init(isDebug bool)
- func Panic(i ...interface{})
- func Panicf(s2 string, i ...interface{})
- func Panicln(i ...interface{})
- func Print(i ...interface{})
- func Printf(s2 string, i ...interface{})
- func Println(i ...interface{})
- func SetFormatter(logger *logrus.Logger)
- func Trace(args ...interface{})
- func Warn(args ...interface{})
- func Warnf(format string, args ...interface{})
- func Warning(args ...interface{})
- func Warningf(format string, args ...interface{})
- func Warningln(args ...interface{})
- func Warnln(args ...interface{})
- func WithError(err error) *logrus.Entry
- func WithField(key string, value interface{}) *logrus.Entry
- func WithFields(fields Fields) *logrus.Entry
- type Fields
- type Logger
Constants ¶
View Source
const (
DebugLevel = logrus.DebugLevel
)
Variables ¶
This section is empty.
Functions ¶
func SetFormatter ¶
func WithFields ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.