Atlas Game Manager
A game manager for f95 and dlsite written in c++
Loading...
Searching...
No Matches
spdlogHelpers.cpp File Reference
#include <spdlog/spdlog.h>
#include <string_view>
#include "core/notifications/notifications.hpp"

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.