Searched defs:errorProtoLog (Results 1 – 1 of 1) sorted by relevance
190 type errorProtoLog struct { struct191 errorProto soong_build_error_proto.BuildError192 filename string193 log logger.Logger205 func (e *errorProtoLog) StartAction(action *Action, counts Counts) {}207 func (e *errorProtoLog) FinishAction(result ActionResult, counts Counts) {226 func (e *errorProtoLog) Flush() {230 func (e *errorProtoLog) Message(level MsgLevel, message string) {236 func (e *errorProtoLog) Write(p []byte) (int, error) {