Atlas Game Manager
A game manager for f95 and dlsite written in c++
Loading...
Searching...
No Matches
atlas::logging::internal Namespace Reference

Enumerations

enum class  MessageLevel
 

Functions

void logDebug (const std::string_view msg)
 Passes message to spdlog.
 
void logInfo (const std::string_view msg)
 Passes message to spdlog.
 
void logWarn (const std::string_view msg)
 Passes message to spdlog.
 
void logError (const std::string_view msg)
 Passes message to spdlog.
 
void logCritical (const std::string_view msg)
 Passes message to spdlog.
 

Enumeration Type Documentation

◆ MessageLevel

enum class MessageLevel
strong

Function Documentation

◆ logCritical()

void atlas::logging::internal::logCritical ( const std::string_view msg)

Passes message to spdlog.

◆ logDebug()

void atlas::logging::internal::logDebug ( const std::string_view msg)

Passes message to spdlog.

◆ logError()

void atlas::logging::internal::logError ( const std::string_view msg)

Passes message to spdlog.

◆ logInfo()

void atlas::logging::internal::logInfo ( const std::string_view msg)

Passes message to spdlog.

◆ logWarn()

void atlas::logging::internal::logWarn ( const std::string_view msg)

Passes message to spdlog.