]> git.stg.codes - stg.git/blobdiff - stargazer/plugins/store/postgresql/postgresql_store.cpp
Public interfaces: part 1
[stg.git] / stargazer / plugins / store / postgresql / postgresql_store.cpp
index a9836911b45ffec8e5b15ee377bde607f5f0ca9e..f3a599a993826b71a70d4731ef7887f48ca1d3fd 100644 (file)
@@ -75,7 +75,7 @@ POSTGRESQL_STORE::POSTGRESQL_STORE()
       version(0),
       retries(3),
       connection(NULL),
-      logger(GetPluginLogger(GetStgLogger(), "store_postgresql"))
+      logger(PluginLogger::get("store_postgresql"))
 {
 pthread_mutex_init(&mutex, NULL);
 }