从 Android 将系统日志消息发布到系统日志服务器
是否有一个库可以帮助解决这个问题,或者我是否必须进行设置? (UDP网络连接等)..
Is there a library that can help with that or do I have to set this up? (the UDP network connection and so on)..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为构造一条系统日志消息并通过 java.net.DatagramSocket 发送出去只需几行代码。
I think constructing a syslog message and sending it out over a java.net.DatagramSocket is only a few lines of code.