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

log_format
PrevUpHomeNext

Allows selecting the Unit Test Framework log format from the list of formats supplied by the framework. To specify custom log format use the custom log formatting API.

Acceptable values
  • HRF (default)
  • XML

HRF stands for human readable format, while XML is dedicated to automated output processing

Environment variable
BOOST_TEST_LOG_FORMAT

PrevUpHomeNext