LogIt++
|
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 |
Console logger implementation that outputs logs to the console with color support.
Definition in file ConsoleLogger.hpp.
#define _LOGIT_CONSOLE_LOGGER_HPP_INCLUDED |
Definition at line 3 of file ConsoleLogger.hpp.