JNGL
Easy to use cross-platform 2D game library
|
Logging functions. More...
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | jngl |
JNGL's main namespace. | |
Functions | |
void | trace (const std::string &) |
template<class... Args> | |
void | trace (Args &&...) |
void | info (const std::string &) |
template<class... Args> | |
void | info (Args &&...) |
void | warn (const std::string &) |
template<class... Args> | |
void | warn (Args &&...) |
void | error (const std::string &) |
template<class... Args> | |
void | error (Args &&...) |
Logging functions.
Definition in file log.hpp.