Versions in this module Expand all Collapse all v0 v0.9.1 Apr 30, 2019 v0.9.0 Apr 29, 2019 Changes in this version + var Color = true + var ColorChan = make(chan bool) + var Ine = func() error + var Levels = map[string]int + var Og = make(chan interface{}, 1) + var Quit = make(chan struct{}) + var Register = make(Registry) + var ShuttingDown bool + var Writer = io.MultiWriter(os.Stdout) + func GetLevelOpts() (s []string) + func Shutdown() + type Dbg string + type Debug Value + type Debugc StringClosure + type Debugf Value + type Err string + type Error Value + type Errorc StringClosure + type Errorf Value + type Fatal Value + type Fatalc StringClosure + type Fatalf Value + type Ftl string + type Inf string + type Info Value + type Infoc StringClosure + type Infof Value + type Registry map[string]*SubSystem + func (r *Registry) Add(s *SubSystem) + func (r *Registry) Get(name string) (out *SubSystem) + func (r *Registry) List() (out []string) + func (r *Registry) SetAllLevels(level string) + type StringClosure func() string + type SubSystem struct + Ch chan interface{} + Level int + LevelString string + MaxLen int + Name string + func NewSubSystem(name, level string) (ss *SubSystem) + func (s *SubSystem) Close() + func (s *SubSystem) Dbgc(closure StringClosure) + func (s *SubSystem) Errc(closure StringClosure) + func (s *SubSystem) Ftlc(closure StringClosure) + func (s *SubSystem) Infc(closure StringClosure) + func (s *SubSystem) SetLevel(level string) + func (s *SubSystem) Trcc(closure StringClosure) + func (s *SubSystem) Wrnc(closure StringClosure) + type Trace Value + type Tracec StringClosure + type Tracef Value + type Trc string + type Value []interface + type Warn Value + type Warnc StringClosure + type Warnf Value + type Wrn string