jkanschik / node-eip

Implementation of the Enterprise Integration Patterns (EIP) for node.js
5 stars 1 forks source link

Logger can't be used from processors #14

Open jkanschik opened 12 years ago

jkanschik commented 12 years ago

In processors, it should be possible to access the route's logger similar to:

this.route.logger.log("....");