Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

logf

Bacra3MIT0.1.5

Append log msg to file continuously. (No defined log format And fast)

log, file, fast

readme

node-logf Build Status

Append log msg to file continuously. (No defined log format And fast)

Install

npm i logf --save

Usage

var log = require('logf')

log(new Date, 'some msg');
log('some msg');