Documentation ¶
Index ¶
- func Debug(v ...interface{})
- func DebugData(message string, data map[string]interface{})
- func Debugf(format string, v ...interface{})
- func Error(v ...interface{})
- func ErrorData(message string, data map[string]interface{})
- func Errorf(format string, v ...interface{})
- func GetLogger(name string) (*logrus.Logger, error)
- func Info(v ...interface{})
- func InfoData(message string, data map[string]interface{})
- func Infof(format string, v ...interface{})
- func Register() error
- func Warn(v ...interface{})
- func WarnData(message string, data map[string]interface{})
- func Warnf(format string, v ...interface{})
- type ConsoleFormatter
- type FileFormatter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConsoleFormatter ¶
type ConsoleFormatter struct { }
type FileFormatter ¶
type FileFormatter struct { }
Click to show internal directories.
Click to hide internal directories.