|
Symphony Of Empires
|
Functions | |
| void | log (const std::string_view severity, const std::string_view category, const std::string_view msg) |
| Logs data to a file or console. More... | |
| void | debug (const std::string_view category, const std::string_view msg) |
| void | warning (const std::string_view category, const std::string_view msg) |
| void | error (const std::string_view category, const std::string_view msg) |
| void Eng3D::Log::debug | ( | const std::string_view | category, |
| const std::string_view | msg | ||
| ) |
| void Eng3D::Log::error | ( | const std::string_view | category, |
| const std::string_view | msg | ||
| ) |
| void Eng3D::Log::log | ( | const std::string_view | severity, |
| const std::string_view | category, | ||
| const std::string_view | msg | ||
| ) |