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

LMC_ROOT_NEW_LINE from enum fcf::NTest::ELogMessageCategory

Value: fcf::NTest::LMC_ROOT_NEW_LINE = 0x00010008

Enum: fcf::NTest::ELogMessageCategory

Package: fcfTest

File: test.hpp

Available from version: 1.1.14

A special marker used to insert a new line in the log output, typically for visual separation.

The fcf::NTest::LMC_ROOT_NEW_LINE is a specialized category used within the fcf::NTest::LMC_ROOT_GROUP to manage the visual structure of the log output. It is not a semantic message, but rather a formatting instruction.

It is primarily used by the framework to insert empty lines (newlines) between major logical blocks of the output, such as between the test execution results and the final summary, ensuring that the console or log file remains readable and well-organized.