Versions in this module Expand all Collapse all v1 v1.1.0 Sep 12, 2021 v1.0.0 Dec 25, 2019 Changes in this version + const DEBUG + const ERROR + const FATAL + const INFO + const WARN + type AppLogFunc func(lvl LogLevel, f string, args ...interface{}) + type Interface interface + Close func() error + Delete func() error + Depth func() int64 + Empty func() error + Put func([]byte) error + ReadChan func() <-chan []byte + func New(name string, dataPath string, maxBytesPerFile int64, minMsgSize int32, ...) Interface + type LogLevel int + func (l LogLevel) String() string