]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/smux/smux.cpp
Introduced logger for plugins.
[stg.git] / projects / stargazer / plugins / other / smux / smux.cpp
index 551a28f1f09369d4c1b2cfc8e56cc078bf9701f6..c1352de2e51e9000bf065364d3e37b8f2083df59 100644 (file)
@@ -111,7 +111,8 @@ SMUX::SMUX()
       notifiers(),
       addUserNotifier(*this),
       delUserNotifier(*this),
-      addDelTariffNotifier(*this)
+      addDelTariffNotifier(*this),
+      logger(GetPluginLogger(GetStgLogger(), "smux"))
 {
 pthread_mutex_init(&mutex, NULL);