seneca-legacy-logger
v0.1.2
Published
Seneca plugin that provides backwards compatible logging for Seneca 3.x
Downloads
6
Readme
A Seneca.js plugin that provides backwards compatible logging for Seneca 3.x
seneca-legacy-logger
Seneca plugin
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.