]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/configuration/sgconfig/stgconfig.cpp
Introduced logger for plugins.
[stg.git] / projects / stargazer / plugins / configuration / sgconfig / stgconfig.cpp
index ea71a117b7bb925c1e753d00cf3665d5aea1c962..78c45d72402254ffa67bc4a11b61767ffbcf8883 100644 (file)
@@ -61,7 +61,8 @@ STG_CONFIG::STG_CONFIG()
       thread(),
       nonstop(false),
       isRunning(false),
-      config(),
+      logger(GetPluginLogger(GetStgLogger(), "conf_sg")),
+      config(logger),
       users(NULL),
       admins(NULL),
       tariffs(NULL),