SimpleGL
1.1.0
A framework for platform independent rendering
|
This class is used to log information and errors. More...
#include <logging.hpp>
Static Public Member Functions | |
static void | logInfo (std::string message) |
Logs an information string to cout. More... | |
static void | logError (std::string message) |
Logs an error string to cerr. More... | |
This class is used to log information and errors.
Definition at line 22 of file logging.hpp.
|
static |
Logs an error string to cerr.
message | The message to log. |
Definition at line 24 of file logging.cpp.
|
static |
Logs an information string to cout.
message | The message to log. |
Definition at line 20 of file logging.cpp.