木头云 d6e8f71780 refactor(log): remove deprecated utility/log.h
- Remove src/libipc/utility/log.h as it's no longer used
- All code has been migrated to use the new libipc/imp/log.h interface
- The old utility/log.h provided printf-style logging: ipc::log() and ipc::error()
- The new imp/log.h provides modern C++ stream-based logging with LIBIPC_LOG() macro
- Verified that there are no remaining references to utility/log.h in the codebase

This completes the log interface migration by removing the deprecated file.
2025-12-18 03:34:24 +00:00
..
libipc refactor(log): remove deprecated utility/log.h 2025-12-18 03:34:24 +00:00
CMakeLists.txt Add nameof & scope_exit 2025-12-12 07:04:31 +00:00