![]() |
Atlas Game Manager
A game manager for f95 and dlsite written in c++
|
Namespaces | |
| namespace | atlas |
| namespace | atlas::logging |
| namespace | atlas::logging::internal |
Enumerations | |
| enum class | atlas::logging::internal::MessageLevel |
Functions | |
| void | atlas::logging::internal::logDebug (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. | |
| void | atlas::logging::internal::logError (const std::string_view msg) |
| Passes message to spdlog. | |
| void | atlas::logging::internal::logCritical (const std::string_view msg) |
| Passes message to spdlog. | |