Searched defs:buildProgressLog (Results 1 – 1 of 1) sorted by relevance
240 type buildProgressLog struct { struct241 filename string242 log logger.Logger243 failedActions uint64254 func (b *buildProgressLog) StartAction(action *Action, counts Counts) {258 func (b *buildProgressLog) FinishAction(result ActionResult, counts Counts) {265 func (b *buildProgressLog) Flush() {269 func (b *buildProgressLog) Message(level MsgLevel, message string) {273 func (b *buildProgressLog) Write(p []byte) (int, error) {277 func (b *buildProgressLog) updateCounters(counts Counts) {