Versions in this module Expand all Collapse all v0 v0.2.0 Jul 17, 2019 Changes in this version type Logger + Dump func(level Level, data []byte) error v0.1.0 Jul 7, 2019 Changes in this version + const ALL_LEVELS + const CRITICAL + const DEBUG + const ERROR + const INFO + const LONG_TIMESTAMP + const SHORT_TIMESTAMP + const STD_FLAGS + const WARNING + type Flag int + type Level int + func (l Level) String() string + type Logger interface + Child func(name string) Logger + Flush func() error + Printf func(level Level, format string, args ...interface{}) error + SetMask func(mask Level) + func New(name string, mask Level, flags Flag, outs []out.Outputter) Logger