]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/authorization/ao/ao.cpp
Introduced logger for plugins.
[stg.git] / projects / stargazer / plugins / authorization / ao / ao.cpp
index cef272c0b9bca72ecb75f2601ae6c8cf3fe54995..e3bc192a7d90975b4a12b56e55729f11c38e9064 100644 (file)
@@ -80,7 +80,8 @@ AUTH_AO::AUTH_AO()
       BeforeChgIPNotifierList(),
       AfterChgIPNotifierList(),
       onAddUserNotifier(*this),
-      onDelUserNotifier(*this)
+      onDelUserNotifier(*this),
+      logger(GetPluginLogger(GetStgLogger(), "auth_ao"))
 {
 }
 //-----------------------------------------------------------------------------