{"_id":"colorlog","_rev":"5-827c69934023608eb5ca26a9cb33ea81","name":"colorlog","description":"Color logger with streaming reader","dist-tags":{"latest":"0.1.1"},"versions":{"0.1.1":{"name":"colorlog","description":"Color logger with streaming reader","version":"0.1.1","author":{"name":"Andriy Bazyuta","email":"andriy.bazyuta@gmail.com"},"keywords":["log","logger","color"],"main":"./lib/colorlog.js","engines":{"node":">= 0.4.0"},"repository":{"type":"git","url":"git://github.com/tih-ra/colorlog.js.git"},"_npmUser":{"name":"andriy","email":"andriy.bazyuta@gmail.com"},"_id":"colorlog@0.1.1","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.104","_nodeVersion":"v0.4.11","_defaultsLoaded":true,"dist":{"shasum":"552375de4e30f7d77c4d3f17040f1280cdf537df","tarball":"https://registry.npmjs.org/colorlog/-/colorlog-0.1.1.tgz","integrity":"sha512-H+K7eCxBW5h+SQPDY6siSSR/OJHzKhUgF2abB+7LtczfqA1UmEQEwWAImg61uIA7GMyF8wcH3oSHC5NR7BGWFg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDy3VQXBCEMEXYUNYgBgrg6+yfFrhXFQOSvZsAywQ21CAIgUghYVRuifPxx1ia+iFHz9AR/JHQKYaxpsNUgGUgvvPI="}]},"maintainers":[{"name":"andriy","email":"andriy.bazyuta@gmail.com"}]}},"readme":"\n# Colorlog.js\n \n Light-weight color logging for [NodeJS](http://nodejs.org), including a \n streaming log reader.\n\n## Installation\n\n    $ npm install colorlog\n\n## Example\n\nColorlog level defaults to DEBUG however here we can specify another level, for example WARNING, and just watch logs levels are >= from WARNING.\n\n    var Colorlog = require('colorlog')\n      , colorlog = new Colorlog('debug');\n\n    colorlog.debug('debug message');\n    colorlog.info('info message');\n    colorlog.error('failed to something');\n\n\n Also possible to use `%s` much like `console.log()` to pass arguments:\n\n     colorlog.info('hello from user %s.', user.email);\n\n## Screenshot\n\n![colorlog screenshot](https://img.skitch.com/20111117-1cmfnnd985ewys6kcy994hk6sj.jpg)\n\n## Colorlog Levels\n\n  - 0 EMERGENCY\n  - 1 ALERT\n  - 2 CRITICAL\n  - 3 ERROR\n  - 4 WARNING\n  - 5 NOTICE\n  - 6 INFO\n  - 7 DEBUG\n\n\n## License \n\n(The MIT License)\n\nCopyright (c) 2011 Andriy Bazyuta &lt;andriy.bazyuta@gmail.com&gt;\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","maintainers":[{"name":"andriy","email":"andriy.bazyuta@gmail.com"}],"time":{"modified":"2022-06-13T06:32:02.756Z","created":"2011-11-18T00:26:06.355Z","0.1.1":"2011-11-18T00:26:08.346Z"},"author":{"name":"Andriy Bazyuta","email":"andriy.bazyuta@gmail.com"},"repository":{"type":"git","url":"git://github.com/tih-ra/colorlog.js.git"}}