Wiki
Download
Manual
Eggs
API
Tests
Bugs
show
edit
history
You can edit this page using
wiki syntax
for markup.
Article contents:
== Outdated egg! This is an egg for CHICKEN 4, the unsupported old release. You're almost certainly looking for [[/eggref/5/syslog-port|the CHICKEN 5 version of this egg]], if it exists. If it does not exist, there may be equivalent functionality provided by another egg; have a look at the [[https://wiki.call-cc.org/chicken-projects/egg-index-5.html|egg index]]. Otherwise, please consider porting this egg to the current version of CHICKEN. [[tags: egg]] == syslog-port [[toc:]] == Description Write to syslog as an output port. The source for this extension is available [[https://git.foldling.org/chicken-syslog-port.git|here]]. === Requirements * [[/egg/module-declarations|module-declarations]] * [[/egg/syslog|syslog]] == API <procedure>(open-syslog identity priority #!optional (options opt/pid) (facility facility/user))</procedure> Creates an output port with the given syslog configuration. The resulting port will buffer output until a newline is encountered, at which point its contents will be flushed to the syslog. <parameter>current-syslog-port</parameter> This parameter provides a default syslog port. Its starting value is a port that uses {{(program-name)}} as its identity and {{prio/info}} as its message priority. == Author [[/users/evan-hanson|Evan Hanson]] == License Copyright (c) 2016, 3-Clause BSD.
Description of your changes:
I would like to authenticate
Authentication
Username:
Password:
Spam control
What do you get when you subtract 3 from 15?