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

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

#include "Logger/ILogger.hpp"
#include "Formatter/ILogFormatter.hpp"
#include <memory>
#include <mutex>
#include <sstream>

Go to the source code of this file.

Classes

class  logit::Logger
 Singleton class that manages 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.