Home
last modified time | relevance | path

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

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