Versions in this module Expand all Collapse all v0 v0.1.0 Dec 16, 2022 Changes in this version + var RealCallerMarshalFunc func(uintptr, string, int) string + func CallerMarshalFunc(pc uintptr, file string, line int) string + func OpenFileFunc(name string, flag int, perm os.FileMode) (*os.File, error) + func TimestampFunc() time.Time + type Config struct + Console bool + FileName string + Level string + TimeFormat string + func NewConfig() Config + func (c Config) LogConsole() bool + func (c Config) LogFileName() string + func (c Config) LogLevel() string + func (c Config) LogTimeFormat() string