{"maintainers":[{"name":"phated","email":"blaine@iceddev.com"}],"keywords":["gulp","gulp-util","log","logging"],"dist-tags":{"latest":"1.0.0"},"author":{"name":"Blaine Bublitz","email":"blaine@iceddev.com","url":"http://iceddev.com"},"description":"Logger for gulp and gulp plugins","readme":"<p align=\"center\">\n  <a href=\"http://gulpjs.com\">\n    <img height=\"257\" width=\"114\" src=\"https://raw.githubusercontent.com/gulpjs/artwork/master/gulp-2x.png\">\n  </a>\n</p>\n\n# gulplog\n\n[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Gitter chat][gitter-image]][gitter-url]\n\nLogger for gulp and gulp plugins\n\n## Usage\n\n```js\nvar logger = require('gulplog');\n\n// logs strings\nlogger.debug('The MOST verbose!');\nlogger.info('Some important info');\nlogger.warn('All the warnings to you');\nlogger.error('OH NO! SOMETHING HAPPENED!');\n\n// supports util.format!\nlogger.info('%s style!', 'printf');\n\n// log anything\nlogger.debug({ my: 'obj' });\nlogger.info([1, 2, 3]);\n```\n\n## API\n\nLogging (and level of logging) is controlled by [`gulp-cli`][gulp-cli-url]\n\n#### logger.debug(msg)\n\nHighest log level.  Typically used for debugging purposes.\n\nIf the first argument is a string, all arguments are passed to node's\n[`util.format()`][util-format-url] before being emitted.\n\n#### logger.info(msg)\n\nStandard log level.  Typically used for user information.\n\nIf the first argument is a string, all arguments are passed to node's\n[`util.format()`][util-format-url] before being emitted.\n\n#### logger.warn(msg)\n\nWarning log level.  Typically used for warnings.\n\nIf the first argument is a string, all arguments are passed to node's\n[`util.format()`][util-format-url] before being emitted.\n\n#### logger.error(msg)\n\nError log level.  Typically used when things went horribly wrong.\n\nIf the first argument is a string, all arguments are passed to node's\n[`util.format()`][util-format-url] before being emitted.\n\n## License\n\nMIT\n\n[downloads-image]: http://img.shields.io/npm/dm/gulplog.svg\n[npm-url]: https://npmjs.org/package/gulplog\n[npm-image]: http://img.shields.io/npm/v/gulplog.svg\n\n[travis-url]: https://travis-ci.org/gulpjs/gulplog\n[travis-image]: http://img.shields.io/travis/gulpjs/gulplog.svg\n\n[gitter-url]: https://gitter.im/gulpjs/gulp\n[gitter-image]: https://badges.gitter.im/gulpjs/gulp.png\n\n[gulp-cli-url]: https://github.com/gulpjs/gulp-cli\n[util-format-url]: https://nodejs.org/docs/latest/api/util.html#util_util_format_format\n","repository":{"type":"git","url":"git+https://github.com/gulpjs/gulplog.git"},"users":{"kontrax":true},"bugs":{"url":"https://github.com/gulpjs/gulplog/issues"},"license":"MIT","versions":{"0.0.0":{"name":"gulplog","version":"0.0.0","description":"Logger for gulp and gulp plugins","author":{"name":"Blaine Bublitz","email":"blaine@iceddev.com","url":"http://iceddev.com"},"contributors":[],"repository":{"type":"git","url":"git+https://github.com/gulpjs/gulplog.git"},"license":"MIT","engines":{"node":">= 0.10"},"main":"index.js","files":["LICENSE","index.js"],"scripts":{"test":"lab -cvL"},"dependencies":{"glogg":"0.0.0"},"devDependencies":{"code":"^1.5.0","lab":"^5.15.1"},"keywords":["gulp","gulp-util","log","logging"],"gitHead":"1ce9cecf06290404e697774c95972ee1f13bb482","bugs":{"url":"https://github.com/gulpjs/gulplog/issues"},"homepage":"https://github.com/gulpjs/gulplog#readme","_id":"gulplog@0.0.0","_shasum":"9063cebbd0e0ebf35e3eee8f3b525d92e9cf82b0","_from":".","_npmVersion":"2.8.3","_nodeVersion":"0.10.36","_npmUser":{"name":"phated","email":"blaine@iceddev.com"},"maintainers":[{"name":"phated","email":"blaine@iceddev.com"}],"dist":{"shasum":"9063cebbd0e0ebf35e3eee8f3b525d92e9cf82b0","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/gulplog/-/gulplog-0.0.0.tgz"},"directories":{}},"1.0.0":{"name":"gulplog","version":"1.0.0","description":"Logger for gulp and gulp plugins","author":{"name":"Blaine Bublitz","email":"blaine@iceddev.com","url":"http://iceddev.com"},"contributors":[],"repository":{"type":"git","url":"git+https://github.com/gulpjs/gulplog.git"},"license":"MIT","engines":{"node":">= 0.10"},"main":"index.js","files":["LICENSE","index.js"],"scripts":{"test":"eslint index.js && jscs index.js"},"dependencies":{"glogg":"^1.0.0"},"devDependencies":{"eslint":"^1.5.1","eslint-config-node-style-guide":"^1.0.1","jscs":"^2.1.1"},"keywords":["gulp","gulp-util","log","logging"],"gitHead":"c920ad89da5a8f3724d35c83b6cbd8e132dada2b","bugs":{"url":"https://github.com/gulpjs/gulplog/issues"},"homepage":"https://github.com/gulpjs/gulplog#readme","_id":"gulplog@1.0.0","_shasum":"e28c4d45d05ecbbed818363ce8f9c5926229ffe5","_from":".","_npmVersion":"2.14.3","_nodeVersion":"0.10.36","_npmUser":{"name":"phated","email":"blaine@iceddev.com"},"maintainers":[{"name":"phated","email":"blaine@iceddev.com"}],"dist":{"shasum":"e28c4d45d05ecbbed818363ce8f9c5926229ffe5","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/gulplog/-/gulplog-1.0.0.tgz"},"directories":{}}},"name":"gulplog","contributors":[],"time":{"modified":"2017-04-12T16:56:47.856Z","created":"2015-08-18T23:58:14.769Z","0.0.0":"2015-08-18T23:58:14.769Z","1.0.0":"2015-09-26T05:08:06.941Z"},"readmeFilename":"README.md","homepage":"https://github.com/gulpjs/gulplog#readme"}