Skip to content

Conversation

@szinck
Copy link

@szinck szinck commented Mar 8, 2013

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 added 2 commits March 8, 2013 13:04
for example:
    var syslog = require('syslog');
    var logger = syslog.createClient(514, 'localhost', {facility: "LOCAL0"});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant