|
Potato Engine
|
Logging functionality. More...
#include <Debug.hpp>
Public Member Functions | |
| bool | operator() (LogType type, const std::string &message) |
| void | init (const char *path) |
Logging functionality.
Use engine externed Logger objects for logging
To create a custom logger, see Debug
| bool Logger::operator() | ( | LogType | type, |
| const std::string & | message ) |