Searched defs:errorLog (Results 1 – 1 of 1) sorted by relevance
87 type errorLog struct { struct88 w io.WriteCloser89 empty bool105 func (e *errorLog) StartAction(action *Action, counts Counts) {}107 func (e *errorLog) FinishAction(result ActionResult, counts Counts) {130 func (e *errorLog) Flush() {134 func (e *errorLog) Message(level MsgLevel, message string) {147 func (e *errorLog) Write(p []byte) (int, error) {