Searched defs:errorLog (Results 1 – 1 of 1) sorted by relevance
125 type errorLog struct { struct126 w io.WriteCloser127 empty bool143 func (e *errorLog) StartAction(action *Action, counts Counts) {}145 func (e *errorLog) FinishAction(result ActionResult, counts Counts) {168 func (e *errorLog) Flush() {172 func (e *errorLog) Message(level MsgLevel, message string) {185 func (e *errorLog) Write(p []byte) (int, error) {