24 #include "UniSetTypes.h"
25 #include "UniSetObject.h"
26 #include "LogServer.h"
27 #include "DebugStream.h"
28 #include "LogAgregator.h"
56 DBServer(
const std::string& prefix =
"db" );
59 static std::string help_print();
68 virtual void initDBServer() {};
71 std::shared_ptr<LogAgregator> loga;
72 std::shared_ptr<DebugStream> dblog;
73 std::shared_ptr<LogServer> logserv;
74 std::string logserv_host = {
""};
75 int logserv_port = {0};
77 const std::string prefix = {
"db" };