Logging is easier now, assigned in runtime group is now stored in config
This commit is contained in:
parent
7f57cd3bf6
commit
1bda854139
19 changed files with 153 additions and 53 deletions
|
@ -6,9 +6,9 @@
|
|||
#include <string>
|
||||
#include <memory>
|
||||
|
||||
#include "shared/logger.h"
|
||||
#include "config.h"
|
||||
#include "router.h"
|
||||
#include "logger.h"
|
||||
|
||||
class Connection;
|
||||
|
||||
|
@ -22,7 +22,7 @@ public:
|
|||
|
||||
public:
|
||||
Config config;
|
||||
Logger logger;
|
||||
Shared::Logger logger;
|
||||
Router router;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue