Versions in this module Expand all Collapse all v1 v1.5.5 May 18, 2020 Changes in this version + type Audit struct + Dir string + RotateSize int64 + func NewAuditLogger(dir string, rotatesize int64) (*Audit, error) + func (a *Audit) Log(msg Message) + type Message struct + Lag int64 + ReadBytes int64 + ReadLines int64 + RunnerNote string + Runnername string + SendLines int64 + Timestamp int64