Vagabond / erlang-syslog

Erlang port driver for interacting with syslog via syslog(3)
Other
87 stars 56 forks source link

changes to use port_control #5

Closed vinoski closed 11 years ago

vinoski commented 11 years ago

There are two commits on this branch: one to change the driver communication to be based on port_control rather than port_command, to add more error handling, and to add a close/0 command, and a separate commit to fix a bunch of indentation.

See the commit messages for more details.