B4J Library Syslog Library 0.69

Hi, this is a syslog library with RFC_3164, is an working project.
have send udp, send tcp with static severity and facility. this is because only needed
for a unique client. if someone have some interest I can finish it.

just add to additional libs.

sample code
B4X:
 Try
  Dim xsyslog As Xsyslog
  Log(xsyslog.Timestamp(1212))
  xsyslog.send_udp("10.0.0.53",$"${data} "$, ip_client)
 Catch
  Log(LastException)
 End Try

Victor
 

Attachments

  • Syslog Lib B4J.zip
    43.6 KB · Views: 402
Top