Home
last modified time | relevance | path

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

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