-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Logging
-
None
-
Storage Engines
-
5
-
StorEng - 2024-10-15
Move log's header files from src/include/log*.h to src/log/log*.h.
This requires adding log to the SELF_CONTAINED_MODULES list in prototypes.py and then running s_all.
Also as part of this ticket move log's public structs and functions into the log.h file, and the private structs and functions into the log_private.h file