![]() |
Atlas Game Manager
A game manager for f95 and dlsite written in c++
|
Enumerations | |
| enum class | MessageLevel |
Functions | |
| void | logDebug (const std::string_view msg) |
| Passes message to spdlog. | |
| void | logInfo (const std::string_view msg) |
| Passes message to spdlog. | |
| void | logWarn (const std::string_view msg) |
| Passes message to spdlog. | |
| void | logError (const std::string_view msg) |
| Passes message to spdlog. | |
| void | logCritical (const std::string_view msg) |
| Passes message to spdlog. | |
|
strong |
| void atlas::logging::internal::logCritical | ( | const std::string_view | msg | ) |
Passes message to spdlog.
| void atlas::logging::internal::logDebug | ( | const std::string_view | msg | ) |
Passes message to spdlog.
| void atlas::logging::internal::logError | ( | const std::string_view | msg | ) |
Passes message to spdlog.
| void atlas::logging::internal::logInfo | ( | const std::string_view | msg | ) |
Passes message to spdlog.
| void atlas::logging::internal::logWarn | ( | const std::string_view | msg | ) |
Passes message to spdlog.