gutil-log-stream

Send a stream of data to gutil.log()

Usage no npm install needed!

<script type="module">
  import gutilLogStream from 'https://cdn.skypack.dev/gutil-log-stream';
</script>

README

gulp-log-stream

Sends a stream to gutil.log to append the time

Usage

var logStream = require('gutil-log-stream');
stream.pipe(logStream());
//Will log the content of the stream using gutil.log