Versions in this module Expand all Collapse all v1 v1.0.0 Mar 23, 2021 Changes in this version + const LvlALERT + const LvlCRIT + const LvlDEBUG + const LvlEMERG + const LvlERROR + const LvlINFO + const LvlNOTICE + const LvlWARN + type Descripter interface + Description func() string + type Listener interface + Listen func() error + type LoggerFunc func(level int, message string) + type MultiServer struct + func (m *MultiServer) Log(level int, msg string) + func (m *MultiServer) Serve(servers []Server, readyCallback func() error) (done chan struct{}, err error) + func (m *MultiServer) SetLogger(f LoggerFunc) + func (m *MultiServer) Shutdown() + type Server interface + Serve func() error + Shutdown func() + type Waiter interface + Wait func()