Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
--log_sink

This argument controls the destination, or sink, of the test runner log. See test runner log for more information on the log.

Value

Meaning

stdout (default)

The test runner log is sent to the standard output stream.

stderr

The test runner log is sent to the standard error stream.

file

The test runner log is sent to the file file.

Environment variable: BOOST_TEST_LOG_SINK


PrevUpHomeNext