LogIt++
Loading...
Searching...
No Matches
ConsoleLogger.hpp File Reference

Console logger implementation that outputs logs to the console with color support. More...

#include "ILogger.hpp"
#include "../TaskExecutor.hpp"
#include "../LogMacros.hpp"
#include <iostream>
#include <mutex>
#include <atomic>

Go to the source code of this file.

Classes

class  logit::ConsoleLogger
 Logger that outputs log messages to the console with optional color coding. More...
 
struct  logit::ConsoleLogger::Config
 Configuration for the console logger. More...
 

Namespaces

namespace  logit
 The primary namespace for the LogIt++ library.
 

Macros

#define _LOGIT_CONSOLE_LOGGER_HPP_INCLUDED
 

Detailed Description

Console logger implementation that outputs logs to the console with color support.

Definition in file ConsoleLogger.hpp.

Macro Definition Documentation

◆ _LOGIT_CONSOLE_LOGGER_HPP_INCLUDED

#define _LOGIT_CONSOLE_LOGGER_HPP_INCLUDED

Definition at line 3 of file ConsoleLogger.hpp.