Plutonium C++ SDK Help
-
It seems I've got the example plugin to "load", I quote that because the start event doesn't seem to fire. For example I have the following code:
void on_startup(plutonium::sdk::iinterface* interface_ptr, plutonium::sdk::game game) override { plutonium_->logging()->info("Plugin Startup Called\n"); }
Yet nothing is logged to the console on startup, was wondering if I'm misunderstanding the logging API or if something really is wrong?
-