Documentation ¶
Index ¶
- Variables
- func AccessLog(content string, args ...interface{})
- func Debug(content string, args ...interface{})
- func DetailDebug(content interface{}, args ...interface{})
- func DetailError(content interface{}, args ...interface{})
- func Error(content string, args ...interface{})
- func Fatal(content string, args ...interface{})
- func Info(content string, args ...interface{})
- func Warn(content string, args ...interface{})
- type Logger
- func (l *Logger) Debug(content string, args ...interface{})
- func (l *Logger) DetailDebug(content string, args ...interface{})
- func (l *Logger) DetailError(content string, args ...interface{})
- func (l *Logger) Error(content string, args ...interface{})
- func (l *Logger) Fatal(content string, args ...interface{})
- func (l *Logger) GetRequestID() string
- func (l *Logger) Info(content string, args ...interface{})
- func (l *Logger) SetRequestID(requestID string) *Logger
- func (l *Logger) Warn(content string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func DetailDebug ¶
func DetailDebug(content interface{}, args ...interface{})
func DetailError ¶
func DetailError(content interface{}, args ...interface{})
Types ¶
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
func (*Logger) DetailDebug ¶
func (*Logger) DetailError ¶
func (*Logger) GetRequestID ¶
func (*Logger) SetRequestID ¶
Click to show internal directories.
Click to hide internal directories.