Documentation ¶
Overview ¶
Package consume turns off and on the Serve logging messages and provides a way to receive and process the log messages
Index ¶
- func Check(err error) bool
- func Debug(a ...interface{})
- func Debugc(fn func() string)
- func Debugf(format string, a ...interface{})
- func Debugs(a interface{})
- func Error(a ...interface{})
- func Errorc(fn func() string)
- func Errorf(format string, a ...interface{})
- func Errors(a interface{})
- func Fatal(a ...interface{})
- func Fatalc(fn func() string)
- func Fatalf(format string, a ...interface{})
- func Fatals(a interface{})
- func FilterNone(string) bool
- func Info(a ...interface{})
- func Infoc(fn func() string)
- func Infof(format string, a ...interface{})
- func Infos(a interface{})
- func Kill(w *worker.Worker)
- func Log(quit qu.C, handler func(ent *logi.Entry) (err error), ...) *worker.Worker
- func SetLevel(w *worker.Worker, level string)
- func SimpleLog(name string) func(ent *logi.Entry) (err error)
- func Start(w *worker.Worker)
- func Stop(w *worker.Worker)
- func Trace(a ...interface{})
- func Tracec(fn func() string)
- func Tracef(format string, a ...interface{})
- func Traces(a interface{})
- func Warn(a ...interface{})
- func Warnc(fn func() string)
- func Warnf(format string, a ...interface{})
- func Warns(a interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FilterNone ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.