node-syslog icon indicating copy to clipboard operation
node-syslog copied to clipboard

Add additional logging facilities

Open szinck opened this issue 12 years ago • 0 comments

Hello,

This patch adds all the standard UNIX logging facilities and lets a user specify them by name or number when creating the logger.

for example:

syslog.createClient(514, 'localhost', {facility: "LOCAL0"});

This also fixes a bug where 'faculty' is used instead of 'facility'.

-Shaun

szinck avatar Mar 08 '13 20:03 szinck