DarkflameServer/dDatabase
David Markowitz 5942182486
feat: Abstract Logger and simplify code (#1207)
* Logger: Rename logger to Logger from dLogger

* Logger: Add compile time filename

Fix include issues
Add writers
Add macros
Add macro to force compilation

* Logger: Replace calls with macros

Allows for filename and line number to be logged

* Logger: Add comments

and remove extra define

Logger: Replace with unique_ptr

also flush console at exit. regular file writer should be flushed on file close.

Logger: Remove constexpr on variable

* Logger: Simplify code

* Update Logger.cpp
2023-10-21 16:31:55 -07:00
..
Tables Loot: Fix rarity sorting (#1226) 2023-10-18 09:18:47 -05:00
CDClientDatabase.cpp Add automatic cdclient migration runner support and setup (#789) 2022-10-30 00:38:43 -07:00
CDClientDatabase.h refactor: Move CDClient Database away from constructor queries (#1164) 2023-08-10 23:27:40 -05:00
CDClientManager.cpp perf: Loot memory savings (#1165) 2023-10-09 15:33:22 -05:00
CDClientManager.h Remove inlines 2023-03-26 02:59:46 -07:00
CMakeLists.txt Update CMake configuration for easier maintenance (#642) 2022-07-17 00:24:16 +01:00
Database.cpp feat: Abstract Logger and simplify code (#1207) 2023-10-21 16:31:55 -07:00
Database.h Address Brick-By-Brick builds not properly saving and make migrations automatic (#725) 2022-10-24 17:20:36 -05:00
MigrationRunner.cpp feat: Abstract Logger and simplify code (#1207) 2023-10-21 16:31:55 -07:00
MigrationRunner.h Add automatic cdclient migration runner support and setup (#789) 2022-10-30 00:38:43 -07:00