1#ifndef BENCHMARK_COLORPRINT_H_
2#define BENCHMARK_COLORPRINT_H_
8#include "internal_macros.h"
22PRINTF_FORMAT_STRING_FUNC(1, 0)
23std::
string FormatString(const
char* msg, va_list args);
24PRINTF_FORMAT_STRING_FUNC(1, 2) std::
string FormatString(const
char* msg, ...);
26PRINTF_FORMAT_STRING_FUNC(3, 0)
27void ColorPrintf(std::ostream& out, LogColor color, const
char* fmt,
29PRINTF_FORMAT_STRING_FUNC(3, 4)
30void ColorPrintf(std::ostream& out, LogColor color, const
char* fmt, ...);
34bool IsColorTerminal();