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 the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Controlling outputs

Test log output
Verbosity of the logs
Disabling automatic printing for specific types
Custom messages
Checkpoints
Contexts
Logging floating point type numbers
Human readable log format
XML based log output format
Compile time configuration
Log output stream redirection
Log level configuration
Predefined log format selection
Custom log format support
Test reports
Progress display
Summary of the API for controlling the output

The output produced by a test module is one of the major assets the Unit Test Framework brings to users. In comparison with any kind of manual/assert based solution the Unit Test Framework provide following services:

[Tip] Tip

More details about the class implementing the formatting of the logs can be found in the following reference sections.


PrevUpHomeNext