Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2013. The current version is 1.90.0.
| Parameter Name: | The Unit Test Framework log level | ||||||||||||||||||||
| Environment variable name: | BOOST_TEST_LOG_LEVEL | ||||||||||||||||||||
| Command line argument name: | log_level | ||||||||||||||||||||
| Acceptable Values: |
|
||||||||||||||||||||
| Description: | allows to set the Unit Test Framework log level in a range from a complete log, when all successful tests are confirmed and all test suite messages are included, to an empty log when nothing is logged a test output stream. Note that log levels are accumulating, in other words each log level includes also all the information reported by less restrictive ones. |