...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
The Unit Test Framework supports several log formats:
The following functionalities are supported by the logging framework:
Note | |
---|---|
The logger indicates the default output stream in case the default should be used. |
By default the active log level threshold is set to "non fatal error messages" and the test log output is generated in human readable format.
The active log level threshold and the output format can be configured at runtime during a test module invocation and at compile time from within a test module using the test log public interfaces.