Documentation
¶
Index ¶
- Variables
- 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 Panic(args ...interface{})
- func Panicf(format string, args ...interface{})
- func Warning(args ...interface{})
- func Warningf(format string, args ...interface{})
- type Logger
- func (e *Logger) Debug(args ...interface{})
- func (e *Logger) Debugf(format string, args ...interface{})
- func (e *Logger) Error(args ...interface{})
- func (e *Logger) Errorf(format string, args ...interface{})
- func (e *Logger) Fatal(args ...interface{})
- func (e *Logger) Fatalf(format string, args ...interface{})
- func (e *Logger) Info(args ...interface{})
- func (e *Logger) Infof(format string, args ...interface{})
- func (e *Logger) Panic(args ...interface{})
- func (e *Logger) Panicf(format string, args ...interface{})
- func (e *Logger) Warning(args ...interface{})
- func (e *Logger) Warningf(format string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // FromContext 函数的别名 F = FromContext )
------ exported methods:
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.