木头云 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
..
concept.h Revert "update IPC_CONCEPT_" 2021-06-20 23:50:39 +08:00
id_pool.h fix some bugs, adjust the test cases 2021-07-11 13:13:30 +08:00
pimpl.h Use $new instead of alloc 2025-12-12 07:04:31 +00:00
scope_guard.h 添加正常退出的机制(win) 2020-09-19 17:37:33 +08:00
utility.h Refactoring the generic memory allocator 2025-12-12 07:04:31 +00:00