ASGE  3.2.0
Simple Game Framework in GL
Logging::StdOutLogger Class Reference

#include <Logger.hpp>

Inheritance diagram for Logging::StdOutLogger:
[legend]
Collaboration diagram for Logging::StdOutLogger:
[legend]

Public Member Functions

 StdOutLogger (const LoggingConfig_t &config)
 
void log (const std::string &message, LogLevel level) override
 
void log (const std::string &message) override
 
- Public Member Functions inherited from Logging::LoggerBase
 LoggerBase (const LoggingConfig_t &)
 

Protected Attributes

const std::unordered_map< LogLevel, std::string, EnumHasherlevels
 
- Protected Attributes inherited from Logging::LoggerBase
std::mutex lock
 

Additional Inherited Members

- Public Attributes inherited from Logging::LoggerBase
const std::unordered_map< LogLevel, std::string, EnumHasheruncolored
 
const std::unordered_map< LogLevel, std::string, EnumHashercolored
 

Detailed Description

logger that writes to standard out

Definition at line 194 of file Logger.hpp.


The documentation for this class was generated from the following file: