Liking cljdoc? Tell your friends :D
Clojure only.

dialog.output.syslog

Log appender implementation for syslog via UDP.

Log appender implementation for syslog via UDP.
raw docstring

writerclj

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close