forked from mirrors/Scribe.js
No description
__misc | ||
test | ||
.gitignore | ||
.jshintrc | ||
Gruntfile.js | ||
index.js | ||
LICENSE-MIT | ||
log.html | ||
package.json | ||
README.md |
Scribe.js
Unlike many of the libraries out there, Scribe.js allows logging on multiple files and is divided into folders by date. And it is possibly the easiest logging you can implement. And it does everything you need a basic logger to do.
Getting Started
Install the module with: npm install scribe-js
var scribe = require('scribe');
Documentation
(Coming soon)
Examples
(Coming soon)
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
Release History
(Nothing yet)
License
Copyright (c) 2014 Mathew Kurian
Licensed under the MIT license.