Consolix
Loading...
Searching...
No Matches
LoggerComponent.hpp File Reference

Logger component for managing application logging with LogIt. More...

Go to the source code of this file.

Classes

class  consolix::LoggerComponent
 Fallback LoggerComponent when LogIt is disabled. More...
 

Namespaces

namespace  consolix
 < Utility modules and helpers.
 

Macros

#define _CONSOLIX_LOGGER_COMPONENT_HPP_INCLUDED
 
#define CONSOLIX_STREAM()
 Fallback for general logging.
 
#define CONSOLIX_LOGO_STREAM()
 Fallback for logo logging.
 

Detailed Description

Logger component for managing application logging with LogIt.

Definition in file LoggerComponent.hpp.

Macro Definition Documentation

◆ _CONSOLIX_LOGGER_COMPONENT_HPP_INCLUDED

#define _CONSOLIX_LOGGER_COMPONENT_HPP_INCLUDED

Definition at line 3 of file LoggerComponent.hpp.

◆ CONSOLIX_LOGO_STREAM

#define CONSOLIX_LOGO_STREAM ( )
Value:
A class for handling multi-target log streams.

Fallback for logo logging.

Definition at line 218 of file LoggerComponent.hpp.

◆ CONSOLIX_STREAM

#define CONSOLIX_STREAM ( )
Value:

Fallback for general logging.

Examples
example_application_main_loop.cpp.

Definition at line 214 of file LoggerComponent.hpp.