Documentation ¶
Index ¶
- func Debug(args ...interface{})
- func Debugf(format string, v ...interface{})
- func Debugw(msg string, fields Fields)
- func Error(args ...interface{})
- func Errorf(format string, v ...interface{})
- func Errorw(msg string, fields Fields)
- func Fatal(args ...interface{})
- func Fatalf(format string, v ...interface{})
- func Fatalw(msg string, fields Fields)
- func Info(args ...interface{})
- func Infof(format string, v ...interface{})
- func Infow(msg string, fields Fields)
- func Print(v ...interface{})
- func Printf(format string, v ...interface{})
- func Println(v ...interface{})
- func Printw(msg string, fields Fields)
- func SetLevel(level logger.Level)
- func SetLevelString(level string)
- func Warn(args ...interface{})
- func Warnf(format string, v ...interface{})
- func Warnw(msg string, fields Fields)
- type Fields
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetLevelString ¶
func SetLevelString(level string)
SetLevelString to set log level using string
Types ¶
Click to show internal directories.
Click to hide internal directories.