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

Logger() method from fcf::NTest::Logger class

[CONSTRUCTOR] Logger()

Class: fcf::NTest::Logger

Package: fcfTest

File: test.hpp

Available from version: 1.0.1

Default constructor that initializes a new logger instance with the default log level set to LL_LOG.

By default, the logger is configured to output messages at the LL_LOG level and higher. It is ready for immediate use with global logging functions or as a standalone object.

Default Configuration:
  • LogLevel: LL_LOG (Standard operational messages).
  • Output: std::cout.
  • Prefixes: None.