{"_id":"coloured-log","_rev":"6-819ceb9a7e72b02f38e689a353bf7d23","name":"coloured-log","description":"Combines \"coloured\" and \"log.js\" for super simple pretty logging.","dist-tags":{"latest":"0.9.7"},"versions":{"0.9.7":{"name":"coloured-log","description":"Combines \"coloured\" and \"log.js\" for super simple pretty logging.","version":"0.9.7","author":{"name":"Ben Truyman","email":"bentruyman@gmail.com"},"repository":{"type":"git","url":"http://github.com/bentruyman/coloured-log"},"dependencies":{"coloured":">= 0.2.0","log":">= 1.2.0"},"keywords":["coloured","log","logger"],"main":"./lib/coloured-log","engines":{"node":">= 0.2.0"},"_id":"coloured-log@0.9.7","dist":{"shasum":"fe732bd1a7b63e7e1d5ce2b1797237536542f70d","tarball":"https://registry.npmjs.org/coloured-log/-/coloured-log-0.9.7.tgz","integrity":"sha512-1Ja7MGAwyEXhzmRRWhwMG4Q+QzlVFaR0LJbykXIbm0mexP6l5ec35nM+3Nr/oo6m/6B+pXI7Xz22CWutSV2B1w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCcOn/ktc3JeP6YUKHVuN1XXtJxG3wkOAwyYyCMT6va3wIhAMkPGmF2ZeFMu4l+9K8n4YTG7MsRJLahSimOF4418OJ3"}]},"_from":".","_npmVersion":"1.2.15","_npmUser":{"name":"bentruyman","email":"bentruyman@gmail.com"},"maintainers":[{"name":"bentruyman","email":"bentruyman@gmail.com"}]}},"readme":"# coloured-log\n\nThis project combines two projects:\n[coloured](http://github.com/gf3/coloured)\nand\n[log.js](http://github.com/visionmedia/log.js).\nIt extends the functionality provided by `log.js` and colourizes your logs\nusing `coloured`.\n\n## Installation\n\n    npm install coloured-log\n\n## Examples\n\nSince `coloured-log` simply extends functionality provided by `log.js`, you\ncan use it just as you would use `log.js` normally.\n\nThe following code:\n\n    var Log = require('coloured-log')\n      , log = new Log(Log.DEBUG)\n    \n    log.emergency('Site just went down!');\n    log.alert('Cannot connect to datastore!');\n    log.critical('Request timeout');\n    log.error('Exception thrown by controller');\n    log.warning('Couldn\\'t find the user\\'s session');\n    log.notice('Viewname wasn\\'t defined');\n    log.info('Connected to database');\n    log.debug('Hello World');\n\n...will output something like this:\n\n![Example Logging](http://v3n.us/403507afa606f9e59228e54bb74c0c7d.png)\n\n## Special Thanks\n\nThanks to\n[TJ Holowaychuk](http://github.com/visionmedia)\nand\n[Gianni Chiappetta](http://github.com/gf3)\nfor making beautifully crafted softwares.\n\n## License\n\nThis is free and unencumbered software released into the public domain.\n\nAnyone is free to copy, modify, publish, use, compile, sell, or\ndistribute this software, either in source code form or as a compiled\nbinary, for any purpose, commercial or non-commercial, and by any\nmeans.\n\nIn jurisdictions that recognize copyright laws, the author or authors\nof this software dedicate any and all copyright interest in the\nsoftware to the public domain. We make this dedication for the benefit\nof the public at large and to the detriment of our heirs and\nsuccessors. We intend this dedication to be an overt act of\nrelinquishment in perpetuity of all present and future rights to this\nsoftware under copyright law.\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 BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nFor more information, please refer to <http://unlicense.org/>\n","maintainers":[{"email":"ben@truyman.com","name":"bentruyman"}],"time":{"modified":"2022-06-13T06:32:20.875Z","created":"2013-05-23T04:55:43.396Z","0.9.7":"2013-05-23T04:55:44.326Z"},"author":{"name":"Ben Truyman","email":"bentruyman@gmail.com"},"repository":{"type":"git","url":"http://github.com/bentruyman/coloured-log"},"keywords":["coloured","log","logger"],"readmeFilename":"README.md"}