]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/capture/ether_linux/ether_cap.h
Introduced logger for plugins.
[stg.git] / projects / stargazer / plugins / capture / ether_linux / ether_cap.h
index 44c4ae7e7e83cbabf844a94e0ec90360c975b709..c8de55226811a92f9ae71e3b3b52268bd47b6e4c 100644 (file)
@@ -32,6 +32,7 @@
 
 #include "stg/plugin.h"
 #include "stg/module_settings.h"
+#include "stg/logger.h"
 
 class USERS;
 class TARIFFS;
@@ -79,6 +80,8 @@ private:
     int                 capSock;
 
     TRAFFCOUNTER *      traffCnt;
+
+    PLUGIN_LOGGER       logger;
 };
 //-----------------------------------------------------------------------------