Documentation ¶
Index ¶
- Constants
- func Debug(args ...interface{})
- func Debugf(format string, args ...interface{})
- func Error(args ...interface{})
- func Errorf(format string, args ...interface{})
- func Fatal(args ...interface{})
- func Fatalf(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 Level
- type Logger
- type Rolling
Constants ¶
Variables ¶
This section is empty.
Functions ¶
func Debug ¶
func Debug(args ...interface{})
func Error ¶
func Error(args ...interface{})
func Fatal ¶
func Fatal(args ...interface{})
func Info ¶
func Info(args ...interface{})
func Warn ¶
func Warn(args ...interface{})
Types ¶
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.