DarkflameServer/dNet
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
..
AuthPackets.cpp feat: Abstract Logger and simplify code (#1207) 2023-10-21 16:31:55 -07:00
AuthPackets.h Breakout rest of the enums from dCommonVars and clean it up (#1061) 2023-05-02 17:39:21 -05:00
BitStreamUtils.h chore: cleanup LU(W)string writing (#1188) 2023-09-20 20:06:28 -05:00
ChatPackets.cpp chore: cleanup LU(W)string writing (#1188) 2023-09-20 20:06:28 -05:00
ChatPackets.h format codebase 2022-07-28 08:39:57 -05:00
ClientPackets.cpp feat: Abstract Logger and simplify code (#1207) 2023-10-21 16:31:55 -07:00
ClientPackets.h format codebase 2022-07-28 08:39:57 -05:00
CMakeLists.txt Update CMake configuration for easier maintenance (#642) 2022-07-17 00:24:16 +01:00
dNetCommon.h format codebase 2022-07-28 08:39:57 -05:00
dServer.cpp feat: Abstract Logger and simplify code (#1207) 2023-10-21 16:31:55 -07:00
dServer.h feat: Abstract Logger and simplify code (#1207) 2023-10-21 16:31:55 -07:00
MasterPackets.cpp chore: cleanup LU(W)string writing (#1188) 2023-09-20 20:06:28 -05:00
MasterPackets.h format codebase 2022-07-28 08:39:57 -05:00
PacketUtils.cpp feat: Abstract Logger and simplify code (#1207) 2023-10-21 16:31:55 -07:00
PacketUtils.h chore: cleanup LU(W)string writing (#1188) 2023-09-20 20:06:28 -05:00
WorldPackets.cpp feat: Abstract Logger and simplify code (#1207) 2023-10-21 16:31:55 -07:00
WorldPackets.h Breakout rest of the enums from dCommonVars and clean it up (#1061) 2023-05-02 17:39:21 -05:00
ZoneInstanceManager.cpp chore: cleanup LU(W)string writing (#1188) 2023-09-20 20:06:28 -05:00
ZoneInstanceManager.h format codebase 2022-07-28 08:39:57 -05:00