Gamedev Framework (gf)
0.3.0
A C++11 framework for 2D games
|
This is the complete list of members for gf::Log, including all inherited members.
Category enum name | gf::Log | |
Debug enum value | gf::Log | |
debug(Category category, const char *fmt,...) | gf::Log | inlinestatic |
error(Category category, const char *fmt,...) | gf::Log | inlinestatic |
Error enum value | gf::Log | |
Fatal enum value | gf::Log | |
fatal(Category category, const char *fmt,...) | gf::Log | inlinestatic |
General enum value | gf::Log | |
Graphics enum value | gf::Log | |
info(Category category, const char *fmt,...) | gf::Log | inlinestatic |
Info enum value | gf::Log | |
Level enum name | gf::Log | |
Log()=delete | gf::Log | |
Network enum value | gf::Log | |
Physics enum value | gf::Log | |
print(const char *fmt,...) | gf::Log | static |
Resources enum value | gf::Log | |
setLevel(Level level) | gf::Log | static |
setLevel(Category category, Level level) | gf::Log | static |
Warn enum value | gf::Log | |
warning(Category category, const char *fmt,...) | gf::Log | inlinestatic |