Documentation
¶
Index ¶
- func Debugf(s string, args ...interface{})
- func Errorf(s string, args ...interface{})
- func Fatalf(s string, args ...interface{})
- func Infof(s string, args ...interface{})
- func Install(l Logger)
- func Warnf(s string, args ...interface{})
- type Filter
- type Hook
- type Logger
- type MultiWriter
- type StdLogger
- type Writer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MultiWriter ¶
type MultiWriter struct {
// contains filtered or unexported fields
}
func NewMultiWriter ¶
func NewMultiWriter(targets ...Writer) *MultiWriter
func (*MultiWriter) Close ¶
func (mw *MultiWriter) Close()
func (*MultiWriter) Write ¶
func (mw *MultiWriter) Write(e entry.Entry)
type StdLogger ¶
type StdLogger struct {
// contains filtered or unexported fields
}
func NewStdLogger ¶
Click to show internal directories.
Click to hide internal directories.