extern_interface/include/logging
ovizro ccaa4908b5 refactor(logging): implement get_logger and set_logger functions
- Add get_logger and set_logger functions to manage global logger
- Update Logger class to use unique_ptr for child loggers
- Modify get_child method to use template and transfer ownership
- Update logging initialization and shutdown processes
- Adjust test cases to use new logger management functions
2024-12-10 15:53:48 +08:00
..
interface.h refactor(communication): remove unused extern interface module 2024-12-02 23:16:25 +08:00
level.h refactor(communication): remove unused extern interface module 2024-12-02 23:16:25 +08:00
logger.hpp refactor(logging): implement get_logger and set_logger functions 2024-12-10 15:53:48 +08:00