Versions in this module Expand all Collapse all v1 v1.0.0 Oct 22, 2020 Changes in this version + const Day + var ErrNotStarted = errors.New("not started") + var ErrOverArchiveDays = errors.New("over max archive days") + func CreateTarGz(archiveName string, files []string) error + func ExtractTarGz(gzipStream io.Reader) error + func ReplaceAll(subject string, search string, replace string) string + func ReplaceIgnoreCase(subject string, search string, replace string) string + type File struct + ArchiveDays int + Clock clock.Clock + DeleteDays int + Flush bool + Pattern string + func (f *File) Close() error + func (f *File) Start() error + func (f *File) Write(properties map[string]string, logTime time.Time, s string) error