0.1.2 • Published 7 years ago

seneca-legacy-logger v0.1.2

Weekly downloads
8
License
MIT
Repository
github
Last release
7 years ago

Seneca

A Seneca.js plugin that provides backwards compatible logging for Seneca 3.x

seneca-legacy-logger

Seneca plugin

npm version Dependency Status Build Status Gitter

This plugin is included by default in Seneca 2.x.

NOTE: This plugin will not be included by default in Seneca 3.x and above, and will need to be installed manually.

(Seneca 3.x is due for release late July 2016).

Installation

This is needed only for Seneca 3.x and above.

npm install seneca-legacy-logger

And in your code:

require('seneca')({
  internal: {logger: require('seneca-legacy-logger')}
})

Contributing

The Senecajs org encourages open participation. If you feel you can help in any way, be it with documentation, examples, extra testing, or new features please get in touch.

License

Copyright (c) 2016, Richard Rodger and other contributors. Licensed under MIT.