|
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++.
|
Functions | |
| const char * | levelToString (asw::log::Level level) |
| std::string | getTimestamp () |
| void | logMessage (asw::log::Level level, const std::string &message) |
Variables | |
| asw::log::Level | currentLevel = asw::log::Level::INFO |
| std::ostream * | output = &std::cerr |
| const char * anonymous_namespace{log.cpp}::levelToString | ( | asw::log::Level | level | ) |
| void anonymous_namespace{log.cpp}::logMessage | ( | asw::log::Level | level, |
| const std::string & | message ) |
| asw::log::Level anonymous_namespace{log.cpp}::currentLevel = asw::log::Level::INFO |