Versions in this module Expand all Collapse all v1 v1.0.0 Oct 13, 2023 Changes in this version + type Logger struct + F *os.File + Lock *sync.Mutex + Tags map[string]string + func NewLogger(tags map[string]string, file string) (*Logger, error) + func (p *Logger) Close() error + func (p *Logger) TouchBrook()