15 friend LogType& GetNullLogInstance();
16 friend LogType& GetErrorLogInstance();
20 friend LogType& operator<<(LogType&, Tp
const&);
21 friend LogType& operator<<(LogType&, EndLType*);
24 LogType(std::ostream* out) : out_(out) {}
26 BENCHMARK_DISALLOW_COPY_AND_ASSIGN(LogType);