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

typedef OutputTargets from class fcf::NTest::Logger

Type: fcf::NTest::Logger::OutputTargets

Definition: typedef std::list<fcf::NTest::Logger::OutputTarget> OutputTargets;

Package: fcfTest

File: test.hpp

Available from version: 1.2.1

A collection of output targets for the logger.

The fcf::NTest::Logger::OutputTargets is a container that holds multiple fcf::NTest::Logger::OutputTarget objects. It defines the set of destinations (such as std::cout, files, or custom streams) where the logger will dispatch formatted messages. Each target in the list can have its own unique configuration, including a specific name, an associated output stream, a dedicated format, and its own set of prefix and format data.