Searched defs:buildProgressLog (Results 1 – 1 of 1) sorted by relevance
202 type buildProgressLog struct { struct203 filename string204 log logger.Logger205 failedActions uint64216 func (b *buildProgressLog) StartAction(action *Action, counts Counts) {220 func (b *buildProgressLog) FinishAction(result ActionResult, counts Counts) {227 func (b *buildProgressLog) Flush() {231 func (b *buildProgressLog) Message(level MsgLevel, message string) {235 func (b *buildProgressLog) Write(p []byte) (int, error) {239 func (b *buildProgressLog) updateCounters(counts Counts) {