# plugin-log

> Legacy logging for gulp plugins - gulp-util.log

Latest version **0.1.0** (published 2015-09-22) · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install plugin-log
pnpm add plugin-log
yarn add plugin-log
bun add plugin-log
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2015-09-22 |
| First published | 2015-09-22 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.9.0 |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Fractal |
| Maintainers | stevelacy |

## Links

- npm: https://www.npmjs.com/package/plugin-log
- Repository: https://github.com/stevelacy/plugin-log
- Homepage: https://github.com/stevelacy/plugin-log#readme
- Issues: https://github.com/stevelacy/plugin-log/issues
- npm.io page: https://npm.io/package/plugin-log

## Dependencies (2)

- [chalk](https://npm.io/package/chalk.md) ^1.1.1
- [dateformat](https://npm.io/package/dateformat.md) ^1.0.11

## Recent versions

- 0.1.0 (latest) — 2015-09-22

## README

# plugin-log

[![Build Status](https://travis-ci.org/stevelacy/plugin-log.png?branch=master)](https://travis-ci.org/stevelacy/plugin-log)
[![NPM version](https://badge.fury.io/js/plugin-log.png)](http://badge.fury.io/js/plugin-log)

> Legacy logging for gulp plugins - gulp-util.log

## Information

<table>
<tr>
<td>Package</td><td>plugin-log</td>
</tr>
<tr>
<td>Description</td>
<td>Legacy logging for gulp plugins - gulp-util.log</td>
</tr>
<tr>
<td>Node Version</td>
<td>>= 0.9</td>
</tr>
</table>

## Usage

#### Replaces all `gulp-util.log()`

#### Install

```sh
$ npm install --save-dev plugin-log
```

## Examples

```js
var log = require('plugin-log');

log('Ran file: ' + log.colors.cyan(path.basename(file.path)));


```


## LICENSE [MIT](LICENSE)

---
_Source: https://npm.io/package/plugin-log · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
