![]() |
Atlas Game Manager
A game manager for f95 and dlsite written in c++
|
#include <QObject>#include <spdlog/sinks/base_sink.h>#include "spdlog/spdlog.h"#include <QDebug>#include <queue>Go to the source code of this file.
Classes | |
| class | atlas::logging::ConsoleWriter |
| class | atlas::logging::ConsoleSink< Mutex > |
Namespaces | |
| namespace | atlas |
| namespace | atlas::logging |
Typedefs | |
| using | atlas::logging::ConsoleSinkMT = ConsoleSink< std::mutex > |
| using | atlas::logging::ConsoleSinkST = ConsoleSink< spdlog::details::null_mutex > |
Functions | |
| ConsoleWriter * | atlas::logging::getConsoleWriter () |