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 2020. The current version is 1.89.0.
It is possible to implement your own formatter: it should derive from
boost::unit_test::unit_test_log_formatter.
It is possible to add a your own instance of a formatter to the set of formats using one of the two functions:
boost::unit_test::unit_test_log.set_formatter( unit_test_log_formatter* ); boost::unit_test::unit_test_log.add_formatter( unit_test_log_formatter* );
![]() |
Tip |
|---|---|
See |
![]() |
Warning |
|---|---|
The call to |
![]() |
Tip |
|---|---|
|
More details about the class implementing the formatting of the logs can be found in the following reference sections:
|