Commit d6e8f71
committed
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.1 parent 3269bde commit d6e8f71
1 file changed
+0
-39
lines changedThis file was deleted.
0 commit comments