]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/store/firebird/firebird_store.cpp
Introduced logger for plugins.
[stg.git] / projects / stargazer / plugins / store / firebird / firebird_store.cpp
index 3085981fc222ec6e82b9875c78f120d88b11522a..e5c7b0b16343ee2655b39f2a670bda0063f88a8a 100644 (file)
@@ -56,7 +56,8 @@ FIREBIRD_STORE::FIREBIRD_STORE()
       db(),
       mutex(),
       til(IBPP::ilConcurrency),
-      tlr(IBPP::lrWait)
+      tlr(IBPP::lrWait),
+      logger(GetPluginLogger(GetStgLogger(), "store_firebird"))
 {
 pthread_mutex_init(&mutex, NULL);
 }