Home
last modified time | relevance | path

Searched refs:errorLog (Results 1 – 1 of 1) sorted by relevance

/build/soong/ui/status/
Dlog.go87 type errorLog struct { struct
99 return &errorLog{
105 func (e *errorLog) StartAction(action *Action, counts Counts) {} argument
107 func (e *errorLog) FinishAction(result ActionResult, counts Counts) { argument
130 func (e *errorLog) Flush() { argument
134 func (e *errorLog) Message(level MsgLevel, message string) { argument
147 func (e *errorLog) Write(p []byte) (int, error) { argument