Singleton class responsible for logging messages to console and file. Supports Info, Warning, and Error log types.
More...
#include <Logger.hpp>
Singleton class responsible for logging messages to console and file. Supports Info, Warning, and Error log types.
◆ LoggerManager() [1/2]
| Engine::LoggerManager::LoggerManager |
( |
| ) |
|
|
default |
◆ ~LoggerManager()
| Engine::LoggerManager::~LoggerManager |
( |
| ) |
|
|
default |
◆ LoggerManager() [2/2]
| Engine::LoggerManager::LoggerManager |
( |
const LoggerManager & | | ) |
|
|
delete |
◆ Get()
◆ LogError()
| void Engine::LoggerManager::LogError |
( |
const std::string & | message | ) |
|
◆ LogInfo()
| void Engine::LoggerManager::LogInfo |
( |
const std::string & | message | ) |
|
◆ LogInitialize()
| void Engine::LoggerManager::LogInitialize |
( |
| ) |
|
Initializes the logger (e.g., opens log file).
◆ LogShutdown()
| void Engine::LoggerManager::LogShutdown |
( |
| ) |
|
Shuts down the logger (e.g., closes log file).
◆ LogWarning()
| void Engine::LoggerManager::LogWarning |
( |
const std::string & | message | ) |
|
◆ operator=()
The documentation for this class was generated from the following file: