1#ifndef BENCHMARK_COLORPRINT_H_
2#define BENCHMARK_COLORPRINT_H_
20std::string FormatString(
const char* msg, va_list args);
21std::string FormatString(
const char* msg, ...);
23void ColorPrintf(std::ostream& out, LogColor color,
const char* fmt,
25void ColorPrintf(std::ostream& out, LogColor color,
const char* fmt, ...);
29bool IsColorTerminal();