Search code examples
androidudpsyslog

Posting syslog messages to a syslog server from Android


Is there a library that can help with that or do I have to set this up? (the UDP network connection and so on)..


Solution

  • I think constructing a syslog message and sending it out over a java.net.DatagramSocket is only a few lines of code.