Searched defs:errorProtoLog (Results 1 – 1 of 1) sorted by relevance
152 type errorProtoLog struct { struct153 errorProto soong_build_error_proto.BuildError154 filename string155 log logger.Logger167 func (e *errorProtoLog) StartAction(action *Action, counts Counts) {}169 func (e *errorProtoLog) FinishAction(result ActionResult, counts Counts) {188 func (e *errorProtoLog) Flush() {192 func (e *errorProtoLog) Message(level MsgLevel, message string) {198 func (e *errorProtoLog) Write(p []byte) (int, error) {