Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface {
Info(a ...interface{})
Warning(a ...interface{})
Error(a ...interface{})
Debug(a ...interface{})
}
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.