]> git.stg.codes - stg.git/blobdiff - include/stg/settings.h
Merge pull request #2 from bobr-kun/MySQL_custom_port
[stg.git] / include / stg / settings.h
index dd13d67498ab01dcdef8d92279c9eed318ca5e78..fed9a2242c09165f8c20c355bdbc9abcf02b6c5b 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /*
- *    Author : Maxim Mamontov <faust@stargazer.dp.ua>
+ *    Author : Maksym Mamontov <stg@madf.info>
  */
 
 #ifndef SETTINGS_H
@@ -45,6 +45,8 @@ public:
     virtual const std::string &              GetMonitorDir() const = 0;
     virtual bool                             GetMonitoring() const = 0;
     virtual const std::vector<std::string> & GetScriptParams() const = 0;
+    virtual bool                             GetDisableSessionLog() const = 0;
+    virtual const std::vector<std::string> & GetFilterParamsLog() const = 0;
 };
 //-----------------------------------------------------------------------------