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

Defines the Logger class for managing multiple loggers and formatters. More...

#include "loggers/ILogger.hpp"
#include "formatter/ILogFormatter.hpp"
#include <memory>
#include <mutex>
#include <sstream>
#include <atomic>

Go to the source code of this file.

Classes

class  logit::Logger
 Singleton class managing multiple loggers and formatters. More...
 
struct  logit::Logger::LoggerStrategy
 Structure to hold a logger-formatter pair. More...
 

Namespaces

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

Macros

#define _LOGIT_LOGGER_HPP_INCLUDED
 

Detailed Description

Defines the Logger class for managing multiple loggers and formatters.

Definition in file Logger.hpp.

Macro Definition Documentation

◆ _LOGIT_LOGGER_HPP_INCLUDED

#define _LOGIT_LOGGER_HPP_INCLUDED

Definition at line 3 of file Logger.hpp.