class GTestLog
Defined at line 1043 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-port.h
Formats log entry severity, provides a stream object for streaming the
log message, and terminates the message with a newline when going out of
scope.
Public Methods
void GTestLog (GTestLogSeverity severity, const char * file, int line)
::std::ostream & GetStream ()
Defined at line 1050 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-port.h
void ~GTestLog ()
Flushes the buffers and, if severity is GTEST_FATAL, aborts the program.