FCF 2.0 development in progress...
> > > > > >
[News] [C++ Libraries API] [C++ Downloads] [Donate to the project] [Contacts]

typedef Formats from class fcf::NTest::Logger

Type: fcf::NTest::Logger::Formats

Definition: typedef std::list<fcf::NTest::Logger::Format> Formats;

Package: fcfTest

File: test.hpp

Available from version: 1.2.1

A collection of formatting configurations for the logger.

The fcf::NTest::Logger::Formats is a type alias for a std::list containing fcf::NTest::Logger::Format objects. It represents an ordered collection of formatting rules that the fcf::NTest::Logger can apply to log messages. Each fcf::NTest::Logger::Format in the list defines a specific way to transform the log message content (such as converting it to JUnit XML) for a given fcf::NTest::Logger::OutputTarget based on its name.