ASW Lib
A.D.S. Games SDL Wrapper Library. A library targeted at Allegro4 users who want to switch to SDL3 and use modern c++.
Loading...
Searching...
No Matches
log.cpp File Reference
#include "./asw/modules/log.h"
#include <chrono>
#include <ctime>
Include dependency graph for log.cpp:

Go to the source code of this file.

Namespaces

namespace  anonymous_namespace{log.cpp}
 

Functions

const char * anonymous_namespace{log.cpp}::levelToString (asw::log::Level level)
 
std::string anonymous_namespace{log.cpp}::getTimestamp ()
 
void anonymous_namespace{log.cpp}::logMessage (asw::log::Level level, const std::string &message)
 

Variables

asw::log::Level anonymous_namespace{log.cpp}::currentLevel = asw::log::Level::INFO
 
std::ostream * anonymous_namespace{log.cpp}::output = &std::cerr