nlf / bucker

A simple logging library for node.js
82 stars 28 forks source link

Enhancement: Make log types pluggable #31

Open cjthompson opened 10 years ago

cjthompson commented 10 years ago

Currently the list of log modules is hard coded in bucker. It would be nice to provide a plugin mechanism to register additional modules.

For example, if I want a customized logStash module, I could just write my own and register it without having to fork the repo.

nlf commented 10 years ago

This is a goal for the refactor that I'm working on, so I'm going to leave this open as a reminder