Documentation
¶
Index ¶
- type Config
- type Handler
- func (h *Handler) Debug(a ...interface{})
- func (h *Handler) Debugf(format string, a ...interface{})
- func (h *Handler) Error(a ...interface{})
- func (h *Handler) Errorf(format string, a ...interface{})
- func (h *Handler) Info(a ...interface{})
- func (h *Handler) Infof(format string, a ...interface{})
- func (h *Handler) Warning(a ...interface{})
- func (h *Handler) Warningf(format string, a ...interface{})
- type Logger
- type StdoutHook
- type VarLogHook
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
type StdoutHook ¶
type StdoutHook struct {
// contains filtered or unexported fields
}
func (*StdoutHook) Levels ¶
func (hook *StdoutHook) Levels() []logrus.Level
type VarLogHook ¶
type VarLogHook struct {
// contains filtered or unexported fields
}
func (*VarLogHook) Levels ¶
func (hook *VarLogHook) Levels() []logrus.Level
Click to show internal directories.
Click to hide internal directories.