Move the routines which render log messages out of logger.cc; this breaks the

dependency which required logger.cc to have access to the entire rest of the
system. Although we still need to forward declare all the log messages.
This commit is contained in:
David Given
2024-10-13 11:20:27 +02:00
parent 7e80e255a4
commit 6339cd6b31
8 changed files with 383 additions and 232 deletions

View File

@@ -83,6 +83,7 @@ cxxlibrary(
"./lib/layout.cc",
"./lib/ldbs.cc",
"./lib/logger.cc",
"./lib/logrenderer.cc",
"./lib/proto.cc",
"./lib/readerwriter.cc",
"./lib/sector.cc",