logmonitor/tools
2021-01-30 04:24:55 +02:00
..
README.md split local and discord destinations and add network security 2021-01-30 04:24:55 +02:00
syslog_client.py split local and discord destinations and add network security 2021-01-30 04:24:55 +02:00

import syslog_client
log = syslog_client.Syslog("127.0.0.1")
log.notice("info msg")
log.warn("warning msg")
log.error("error msg")
log.send("howdy", syslog_client.WARNING)