![]() |
Shkyera Engine
Easy to use, game engine for Python
|
#include <Common/Logger.hpp>
Namespaces | |
namespace | shkyera |
namespace | shkyera::Logger |
Functions | |
void | shkyera::Logger::ERROR (const std::string &message) |
void | shkyera::Logger::INFO (const std::string &message) |
void | shkyera::Logger::VERBOSE (const std::string &message) |
void | shkyera::Logger::SUCCESS (const std::string &message) |
void | shkyera::Logger::subscribe (void *subscriberAddress, const Callback &callback) |
void | shkyera::Logger::unsubscribe (void *subscriberAddress) |