Versions in this module Expand all Collapse all v1 v1.3.0 Mar 14, 2018 Changes in this version + var Log = func() Logs { ... }() + type Logs interface + Alert func(format string, v ...interface{}) + App func(format string, v ...interface{}) + Close func() + Critical func(format string, v ...interface{}) + Debug func(format string, v ...interface{}) + DelLogger func(adaptername string) error + Emergency func(format string, v ...interface{}) + EnableStealOne func(bool) + Error func(format string, v ...interface{}) + GoOn func() + Informational func(format string, v ...interface{}) + Notice func(format string, v ...interface{}) + Rest func() + SetLogger func(adaptername string, config map[string]interface{}) error + SetOutput func(show io.Writer) Logs + Status func() (int, string) + StealOne func() (level int, msg string, normal bool) + Warning func(format string, v ...interface{})