![]() |
Home | Libraries | People | FAQ | More |
Parameter log_sink allows to set the log sink - location where framework writes the testing log to, thus it allows to easily redirect the testing log to file or standard streams. By default testing log is directed to the standard output stream.
Case sensitive string:
Value |
Meaning |
---|---|
|
Testing log is redirected into standard output stream |
stderr |
Testing log is redirected into standard error stream |
File name |
Testing log is redirected into this file |
--log_sink=<stream
or file
name>
-k
<stream
or file
name>
BOOST_TEST_LOG_SINK