Searched defs:verboseLog (Results 1 – 2 of 2) sorted by relevance
35 type verboseLog struct { struct36 w *gzip.Writer37 lock *sync.Mutex38 data chan []string39 stop chan bool65 func (v *verboseLog) startWriter() {85 func (v *verboseLog) stopWriter() {89 func (v *verboseLog) queueWrite(s ...string) {93 func (v *verboseLog) StartAction(action *Action, counts Counts) {}95 func (v *verboseLog) FinishAction(result ActionResult, counts Counts) {[all …]
230 verboseLog verbosityLevel = iota const