Versions in this module Expand all Collapse all v1 v1.5.5 Apr 2, 2024 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 + PeekChan func() <-chan []byte + Put func([]byte) error + ReadChan func() <-chan []byte + TotalBytesFolderSize func() int64 + func New(name string, dataPath string, maxBytesPerFile int64, minMsgSize int32, ...) Interface + func NewWithDiskSpace(name string, dataPath string, maxBytesDiskSpace int64, maxBytesPerFile int64, ...) Interface + type LogLevel int + func (l LogLevel) String() string