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

LMC_ALL from enum fcf::NTest::ELogMessageCategory

Value: fcf::NTest::LMC_ALL = 0xFFFF0000

Enum: fcf::NTest::ELogMessageCategory

Package: fcfTest

File: test.hpp

Available from version: 1.1.14

A bitmask that selects all available message categories.

The fcf::NTest::LMC_ALL is a special bitmask value used to represent the selection of all possible message categories within the framework. It is defined as 0xFFFF0000.

This value is primarily used when configuring the fcf::NTest::Logger or when setting up filters, allowing the user to enable all diagnostic output regardless of its semantic grouping (Root, Launch, Test, or User). It is the most verbose setting possible for the logging system.