|
Raito 0.1
|
#include "pch.h"#include "Log.h"#include <spdlog/sinks/stdout_color_sinks.h>#include <spdlog/sinks/basic_file_sink.h>
Namespaces | |
| namespace | Raito |
| namespace | Raito::Core |
| namespace | Raito::Core::Debug |
Functions | |
| bool | Raito::Core::Debug::Initialize (bool logDumps) |
| void | Raito::Core::Debug::Log (const std::string &title, const std::string &msg) |
| void | Raito::Core::Debug::LogWarning (const std::string &title, const std::string &msg) |
| void | Raito::Core::Debug::LogError (const std::string &title, const std::string &msg) |