![]() |
Atlas Game Manager
A game manager for f95 and dlsite written in c++
|
Namespaces | |
| namespace | internal |
Classes | |
| class | ConsoleSink |
| class | ConsoleWriter |
| struct | critical |
| struct | debug |
| struct | error |
| struct | errorLoc |
| struct | info |
| struct | warn |
Typedefs | |
| using | ConsoleSinkMT = ConsoleSink< std::mutex > |
| using | ConsoleSinkST = ConsoleSink< spdlog::details::null_mutex > |
Functions | |
| void | init () |
| void | setFormat () |
| std::string | formatSourceLocation (const std::source_location loc, const format_ns::string_view msg) |
| void | initGUIHooks () |
| Loads the GUI hooks required for some warnings to display to the user. | |
| template<typename... Ts> | |
| debug (format_ns::format_string< Ts... >, Ts &&...) -> debug< Ts... > | |
| template<typename... Ts> | |
| info (format_ns::format_string< Ts... >, Ts &&...) -> info< Ts... > | |
| template<typename... Ts> | |
| warn (format_ns::format_string< Ts... >, Ts &&...) -> warn< Ts... > | |
| template<typename... Ts> | |
| error (format_ns::format_string< Ts... >, Ts &&... a) -> error< Ts... > | |
| template<typename... Ts> | |
| errorLoc (format_ns::format_string< Ts... >, const std::source_location &, Ts &&... a) -> errorLoc< Ts... > | |
| template<typename... Ts> | |
| critical (format_ns::format_string< Ts... >, Ts &&...) -> critical< Ts... > | |
| ConsoleWriter * | getConsoleWriter () |
Variables | |
| static ConsoleWriter * | writer { nullptr } |
| using atlas::logging::ConsoleSinkMT = ConsoleSink< std::mutex > |
| using atlas::logging::ConsoleSinkST = ConsoleSink< spdlog::details::null_mutex > |
| atlas::logging::critical | ( | format_ns::format_string< Ts... > | , |
| Ts && | ... ) -> critical< Ts... > |
| atlas::logging::debug | ( | format_ns::format_string< Ts... > | , |
| Ts && | ... ) -> debug< Ts... > |
| atlas::logging::error | ( | format_ns::format_string< Ts... > | , |
| Ts &&... | a ) -> error< Ts... > |
| atlas::logging::errorLoc | ( | format_ns::format_string< Ts... > | , |
| const std::source_location & | , | ||
| Ts &&... | a ) -> errorLoc< Ts... > |
| std::string atlas::logging::formatSourceLocation | ( | const std::source_location | loc, |
| const format_ns::string_view | msg ) |
| ConsoleWriter * atlas::logging::getConsoleWriter | ( | ) |
| atlas::logging::info | ( | format_ns::format_string< Ts... > | , |
| Ts && | ... ) -> info< Ts... > |
| void atlas::logging::init | ( | ) |
| void atlas::logging::initGUIHooks | ( | ) |
Loads the GUI hooks required for some warnings to display to the user.
| void atlas::logging::setFormat | ( | ) |
| atlas::logging::warn | ( | format_ns::format_string< Ts... > | , |
| Ts && | ... ) -> warn< Ts... > |
|
inlinestatic |