Searched refs:SetOutput (Results 1 – 5 of 5) sorted by relevance
218 log.SetOutput(filepath.Join(distLogsDir, "soong.log"))219 trace.SetOutput(filepath.Join(distLogsDir, "build.trace"))221 log.SetOutput(filepath.Join(config.OutDir(), "soong.log"))222 trace.SetOutput(filepath.Join(config.OutDir(), "build.trace"))389 log.SetOutput(filepath.Join(logsDir, "soong.log"))
167 func (s *stdLogger) SetOutput(path string) *stdLogger { func176 s.fileLogger.SetOutput(f)192 s.fileLogger.SetOutput(panicWriter{})
91 log.SetOutput(filepath.Join(logsDir, "soong.log"))92 trace.SetOutput(filepath.Join(logsDir, "build.trace"))
128 func (t *tracerImpl) SetOutput(filename string) { func
178 log.SetOutput(filepath.Join(logsDir, c.logsPrefix+"soong.log"))179 trace.SetOutput(filepath.Join(logsDir, c.logsPrefix+"build.trace"))