1.1.3 • Published 11 years ago

logger-json-stderr v1.1.3

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

node-logger-json-stderr

Build Status

Log JSON to stderr.

Currently, it uses Winston and Winston-stderr to do the work.

It has tests to ensure that:

  • log data is only written to stderr
  • log data is written in JSON format
  • all newline characters (\n) in the log data are escaped, such that each log data entry had only one unescaped newline at the end of the line -- this makes it easy to split your log files by newline in order to get each JSON string.
1.1.3

11 years ago

1.1.2

11 years ago

1.1.1

11 years ago

1.1.0

11 years ago

1.0.0

11 years ago

0.1.0

11 years ago

0.0.1

11 years ago