DarkflameServer/tests/dCommonTests
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
..
TestBitStreams Implement GTest and change windows output path 2022-11-07 00:12:35 -08:00
Amf3Tests.cpp Refactor: Amf3 implementation (#998) 2023-05-13 17:22:00 -05:00
AMFDeserializeTests.cpp feat: Abstract Logger and simplify code (#1207) 2023-10-21 16:31:55 -07:00
CMakeLists.txt chore: cleanup LU(W)string writing (#1188) 2023-09-20 20:06:28 -05:00
dCommonDependencies.cpp feat: Abstract Logger and simplify code (#1207) 2023-10-21 16:31:55 -07:00
dCommonDependencies.h feat: Abstract Logger and simplify code (#1207) 2023-10-21 16:31:55 -07:00
HeaderSkipTest.cpp Make header skips more obvious (#1074) 2023-05-08 06:31:10 -05:00
TestEncoding.cpp Implement GTest and change windows output path 2022-11-07 00:12:35 -08:00
TestLDFFormat.cpp feat: Abstract Logger and simplify code (#1207) 2023-10-21 16:31:55 -07:00
TestLUString.cpp chore: cleanup LU(W)string writing (#1188) 2023-09-20 20:06:28 -05:00
TestLUWString.cpp chore: cleanup LU(W)string writing (#1188) 2023-09-20 20:06:28 -05:00
TestNiPoint3.cpp fix: Nipoint3 Operator+= (#1172) 2023-07-31 00:22:56 -07:00