0.2.1 • Published 10 years ago

willie v0.2.1

Weekly downloads
5
License
MIT
Repository
github
Last release
10 years ago

Willie

A companion to Winston.

Installation

npm install willie

Features

Willie is capable of producing a log output with indentation, so that you can better visualize what's happening in your output.

Example code:

var
  willie = require('willie');
  
willie.logToConsole();

willie
  .hr()
  .info('Willie')
  .indent()
  .info('This line will be indented')
  .error('This one is correctly aligned to the above line, despite having a different level')

Will produce the following output:

23:55:47.501 -    info: --------------------------------------------------------------------------------
23:55:47.504 -    info: Willie
23:55:47.504 -    info: .   This line will be indented
23:55:47.504 -   error: .   This one is correctly aligned to the above line, despite having a different level
0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

1.0.0

10 years ago