需要API将日志消息发送到服务器

need API for send log messages to server

本文关键字:服务器 消息 API 日志 需要      更新时间:2023-10-16

C/C++中是否有API可以可靠地发送日志消息?如果它跨平台更好

类似于客户端:SEND_LOG(192.168.1.12,"文件已打开");

服务器端string s=RECEIVE();

Apache log4cxx

http://logging.apache.org/log4cxx/