JSPM

seneca-legacy-logger

0.1.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q21943F
  • License MIT

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

Package Exports

  • seneca-legacy-logger

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (seneca-legacy-logger) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.