logfiler

0.0.1 • Public • Published

This is a very tiny, lightweight log filer. Writes log files to the directory it's called from. Serializes objects and functions using util.inspect.

var log = require('logfiler');
log.path('./logs');
log(this,that,other,things);

Readme

Keywords

none

Package Sidebar

Install

npm i logfiler

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • matchdav