DarkflameServer/dPhysics
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
..
CMakeLists.txt Modularize CMakeLists for submodules (#736) 2022-08-18 19:23:42 -07:00
dpCollisionChecks.cpp format codebase 2022-07-28 08:39:57 -05:00
dpCollisionChecks.h format codebase 2022-07-28 08:39:57 -05:00
dpEntity.cpp Modularize gargantuan objects (#797) 2022-10-31 17:32:17 -05:00
dpEntity.h format codebase 2022-07-28 08:39:57 -05:00
dpGrid.cpp Fix out of bounds access in dpGrid (#1106) 2023-06-03 16:28:27 -07:00
dpGrid.h Add support to reload the config (#868) 2022-12-04 16:25:58 -06:00
dpShapeBase.cpp format codebase 2022-07-28 08:39:57 -05:00
dpShapeBase.h format codebase 2022-07-28 08:39:57 -05:00
dpShapeBox.cpp format codebase 2022-07-28 08:39:57 -05:00
dpShapeBox.h format codebase 2022-07-28 08:39:57 -05:00
dpShapeSphere.cpp format codebase 2022-07-28 08:39:57 -05:00
dpShapeSphere.h format codebase 2022-07-28 08:39:57 -05:00
dpWorld.cpp feat: Abstract Logger and simplify code (#1207) 2023-10-21 16:31:55 -07:00
dpWorld.h Add support to reload the config (#868) 2022-12-04 16:25:58 -06:00
main.cpp format codebase 2022-07-28 08:39:57 -05:00