]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/radius/radius.h
Introduced logger for plugins.
[stg.git] / projects / stargazer / plugins / other / radius / radius.h
index 92cfcab2d157dd16f007b5c7fbf497034b261ea1..8281b1ae2f9e80e33b495749942665c5c38ab6c6 100644 (file)
@@ -47,6 +47,7 @@
 #include "stg/users.h"
 #include "stg/blowfish.h"
 #include "stg/rad_packets.h"
+#include "stg/logger.h"
 
 extern "C" PLUGIN * GetPlugin();
 
@@ -172,6 +173,7 @@ private:
 
     RAD_PACKET          packet;
 
+    PLUGIN_LOGGER       logger;
 };
 //-----------------------------------------------------------------------------