Raito 0.1
Loading...
Searching...
No Matches
Log.cpp File Reference
#include "pch.h"
#include "Log.h"
#include <spdlog/sinks/stdout_color_sinks.h>
#include <spdlog/sinks/basic_file_sink.h>
Include dependency graph for Log.cpp:

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)