木头云 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
..
circ Update platform-specific feature macros to new interfaces in imp 2025-12-12 07:04:31 +00:00
imp Fix fmt function to handle null pointers and return empty string 2025-12-12 07:04:31 +00:00
mem Replace custom hash struct with std::hash in unordered_map definition 2025-12-12 07:04:31 +00:00
platform fix(log): move sa_initiator struct outside get_sa() function 2025-12-15 12:10:26 +00:00
sync fix(log): add missing LIBIPC_LOG() to all functions using log interface 2025-12-15 09:48:54 +00:00
utility refactor(log): remove deprecated utility/log.h 2025-12-18 03:34:24 +00:00
buffer.cpp refactor(buffer): rename 'additional' parameter to 'mem_to_free' for clarity 2025-11-30 05:09:56 +00:00
ipc.cpp fix(log): add missing LIBIPC_LOG() in get_info member function 2025-12-15 11:33:17 +00:00
policy.h recycle storage for large message 2021-07-11 15:56:30 +08:00
prod_cons.h fix(log): add missing LIBIPC_LOG() and fix lambda log capture 2025-12-15 10:21:40 +00:00
queue.h refactor(log): replace utility/log with imp/log in prod_cons.h and queue.h 2025-12-15 08:43:13 +00:00
shm.cpp refactor(log): replace utility/log with imp/log in shm.cpp 2025-12-15 08:33:43 +00:00
waiter.h Update platform-specific feature macros to new interfaces in imp 2025-12-12 07:04:31 +00:00