LogIt++
Loading...
Searching...
No Matches
LogIt.hpp
Go to the documentation of this file.
1#pragma once
2#ifndef _LOGIT_HPP_INCLUDED
3#define _LOGIT_HPP_INCLUDED
6
7#include "LogItConfig.hpp"
8#include "parts/Enums.hpp"
9#include "parts/Utils.hpp"
11#include "parts/Logger.hpp"
12#include "parts/LogStream.hpp"
13#include "parts/LogMacros.hpp"
18
21namespace logit {};
22
23#endif // _LOGIT_HPP_INCLUDED
Console logger implementation that outputs logs to the console with color support.
Enumerations and utility functions for logging levels and text colors.
File logger implementation that outputs logs to files with rotation and deletion of old logs.
Configuration macros for the LogIt logging system.
Provides various logging macros for different log levels and options.
Defines the LogStream class for stream-like logging functionality.
Defines the Logger class for managing multiple loggers and formatters.
Defines the SimpleLogFormatter class for formatting log messages according to a specified pattern or ...
Defines the TaskExecutor class, which manages task execution in a separate thread.
Logger that writes each log message to a unique file with auto-deletion of old logs.
Aggregates various utility modules used throughout the project.
The primary namespace for the LogIt++ library.