Log appender implementation for syslog via UDP.
Log appender implementation for syslog via UDP.
(writer output)
Construct a syslog event writer function.
Output options may include:
:address
String hostname or IP to send log events to. Defaults to the local host.
:port
UDP port to send log events to. Defaults to the standard syslog port 514.
Construct a syslog event writer function. Output options may include: - `:address` String hostname or IP to send log events to. Defaults to the local host. - `:port` UDP port to send log events to. Defaults to the standard syslog port 514.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close