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

typedef Prefixes from class fcf::NTest::Logger

Type: fcf::NTest::Logger::Prefixes

Definition: typedef std::list<fcf::NTest::Logger::Prefix> Prefixes;

Package: fcfTest

File: test.hpp

Available from version: 1.2.1

A collection of prefix configurations for the logger.

The fcf::NTest::Logger::Prefixes is a type alias for a std::list containing fcf::NTest::Logger::Prefix objects. It represents an ordered sequence of prefix settings that the fcf::NTest::Logger applies to log messages. Each element in the list defines how a specific category of log messages should be visually modified before being sent to the output targets.