+1
−1
+139
−6
+148
−114
+18
−26
+5
−27
Loading
- Move as much code as possible to `logger.cpp` - Create `logger_base` with common code - Create `logger_sync` and `logger_async` classes to allow creating synchronous and asynchronous loggers as needed. - Replace all mentions to `global_logger` by `default_logger`