gem5 v24.0.0.0
|
Temporarily redirects cerr to gtestLogOutput. More...
Public Member Functions | |
void | SetUp () override |
void | TearDown () override |
Private Attributes | |
std::streambuf * | old |
Used to restore cerr's streambuf. | |
Temporarily redirects cerr to gtestLogOutput.
Definition at line 38 of file logging.test.cc.
|
inlineoverride |
Definition at line 41 of file logging.test.cc.
References gem5::gtestLogOutput, and old.
|
inlineoverride |
Definition at line 42 of file logging.test.cc.
References old.
|
private |
Used to restore cerr's streambuf.
Definition at line 46 of file logging.test.cc.
Referenced by SetUp(), and TearDown().