{"_id":"@achingbrain/node-syslog","_rev":"3-072ae7b84e477b4f9a0346bb0a5ed14d","name":"@achingbrain/node-syslog","description":"Node module to support sending messages to syslog daemon","dist-tags":{"latest":"1.2.0"},"versions":{"1.2.0":{"name":"@achingbrain/node-syslog","version":"1.2.0","main":"./node-syslog","engines":{"node":">=0.8.0"},"os":["!win32"],"scripts":{"test":"node test.js","install":"node-gyp rebuild"},"description":"Node module to support sending messages to syslog daemon","author":{"name":"Nazar Kulyk","email":"nasar.kulyk@googlemail.com"},"homepage":"http://github.com/schamane/node-syslog","repository":{"type":"git","url":"git+ssh://git@github.com/schamane/node-syslog.git"},"bugs":{"url":"https://github.com/schamane/node-syslog/issues"},"licenses":[{"type":"Simplified BSD License","url":"http://en.wikipedia.org/wiki/BSD_licenses"}],"tags":["syslog","system","log","logging"],"dependencies":{"bindings":"^1.2.1","nan":"^2.1.0"},"gypfile":true,"gitHead":"23be5595f11e265845e5c88cc979ab7d14b9c1b4","_id":"@achingbrain/node-syslog@1.2.0","_shasum":"d68167720087e06ea5e8f992cfbdd3f679e02b19","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"achingbrain","email":"alex@achingbrain.net"},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"}],"dist":{"shasum":"d68167720087e06ea5e8f992cfbdd3f679e02b19","tarball":"https://registry.npmjs.org/@achingbrain/node-syslog/-/node-syslog-1.2.0.tgz","integrity":"sha512-kth/G0eEgbbPz7XYH3zuZWxk0nsguHJmzUSHWPHkv9M30FY033M7MiQ/TBG249V/BkUdHF0CUTyOfugFkk2RGA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCOrKQQ8QUMl00QF7zFsF74V3u5pW1czaS7xdVEsJYP+gIhALZdDMDe5Fo3jejlQZqE1FWNixISJUp2hymfQZqtooBF"}]}}},"readme":" [![Build Status](https://travis-ci.org/schamane/node-syslog.png)](https://travis-ci.org/schamane/node-syslog)\n\n# Node-Syslog\n\nv1.2.0\n\nThis is a node module (add-on) to work with syslog (system log) daemon on unix systems.\nThis module has been tested with:\n\n* node.js v0.8.16\n* version v0.9.3\n* metalog\n* syslog-ng 3.1.1\n\nRead the [setMask wiki page](https://github.com/schamane/node-syslog/wiki/setMask) for using the `setMask` functionality.\n\nThe current version is compatible to node 0.8.x and higher. For older node.js versions, please use node-syslog v1.0.3\n\nNode-syslog does not officially support Darwin OS and MS Windows but should work fine.\n\n## Authors\n\n*   Nazar Kulyk\n*   Jeremy Childs\n*   Sam Roberts\n*   Ben Noordhuis\n\n## Installation\n\n### npm\n\n      npm install node-syslog\n\n### manual\n\n      git clone\n      node-gyp configure build\n\n## Usage\n\nFor more information about how to use module check test.js\n\n     var Syslog = require('node-syslog');\n\n     Syslog.init(\"node-syslog\", Syslog.LOG_PID | Syslog.LOG_ODELAY, Syslog.LOG_LOCAL0);\n     Syslog.log(Syslog.LOG_INFO, \"Node Syslog Module output \" + new Date());\n     Syslog.close();\n\nCheck your /var/log/messages (syslog, syslog-ng), or /var/log/everything/current (metalog) file for any test entry.\n","maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"}],"time":{"modified":"2022-06-12T14:16:02.644Z","created":"2016-01-06T18:02:23.651Z","1.2.0":"2016-01-06T18:02:23.651Z"},"homepage":"http://github.com/schamane/node-syslog","repository":{"type":"git","url":"git+ssh://git@github.com/schamane/node-syslog.git"},"author":{"name":"Nazar Kulyk","email":"nasar.kulyk@googlemail.com"},"bugs":{"url":"https://github.com/schamane/node-syslog/issues"},"readmeFilename":"README.md"}