Home
last modified time | relevance | path

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

/build/soong/ui/status/
Dlog.go33 type verboseLog struct { struct
34 w io.WriteCloser
55 func (v *verboseLog) StartAction(action *Action, counts Counts) {}
57 func (v *verboseLog) FinishAction(result ActionResult, counts Counts) {
74 func (v *verboseLog) Flush() {
78 func (v *verboseLog) Message(level MsgLevel, message string) {
82 func (v *verboseLog) Write(p []byte) (int, error) {