nlf / bucker

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

Update Hapi server event hooks for compatibility with newer API #43

Closed cadecairos closed 9 years ago

cadecairos commented 9 years ago

Changes instances of plugin.events.on(...) to plugin.on(...)

Fixes #42