Home
last modified time | relevance | path

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

/build/soong/ui/status/
Dlog.go125 type errorLog struct { struct
126 w io.WriteCloser
127 empty bool
143 func (e *errorLog) StartAction(action *Action, counts Counts) {}
145 func (e *errorLog) FinishAction(result ActionResult, counts Counts) {
168 func (e *errorLog) Flush() {
172 func (e *errorLog) Message(level MsgLevel, message string) {
185 func (e *errorLog) Write(p []byte) (int, error) {