(index ("open-syslog" 0) ("current-syslog-port" 330))
(def (sig (procedure "(open-syslog identity priority #!optional (options opt/pid) (facility facility/user))" (id open-syslog))) (p "Creates an output port with the given syslog configuration.") (p "The resulting port will buffer output until a newline is encountered, at which point its contents will be flushed to the syslog."))
(def (sig (parameter "current-syslog-port" (id current-syslog-port))) (p "This parameter provides a default syslog port.") (p "Its starting value is a port that uses " (tt "(program-name)") " as its identity and " (tt "prio/info") " as its message priority."))
