![]() |
Nexus Engine
v0.0.1
|
Public Member Functions | |
| Logger (const std::filesystem::path &path=std::filesystem::path("Log.log"), bool enableConsole=true) | |
| ~Logger () | |
| void | Log (LogLevel level, std::string_view message) |
| void | LogTrace (std::string_view message) |
| void | LogDebug (std::string_view message) |
| void | LogInfo (std::string_view message) |
| void | LogWarn (std::string_view message) |
| void | LogError (std::string_view message) |
| void | LogFatal (std::string_view message) |
| void | Flush () |
|
explicit |
| Nexus::Logger::~Logger | ( | ) |
| void Nexus::Logger::Flush | ( | ) |
| void Nexus::Logger::Log | ( | LogLevel | level, |
| std::string_view | message ) |
| void Nexus::Logger::LogDebug | ( | std::string_view | message | ) |
| void Nexus::Logger::LogError | ( | std::string_view | message | ) |
| void Nexus::Logger::LogFatal | ( | std::string_view | message | ) |
| void Nexus::Logger::LogInfo | ( | std::string_view | message | ) |
| void Nexus::Logger::LogTrace | ( | std::string_view | message | ) |
| void Nexus::Logger::LogWarn | ( | std::string_view | message | ) |