--
Job Board: http://jobs.nodejs.org/
Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en
Seeing how they are custom modules you can just write them so that
methods within them take a loggly connection/client as a parameter.
This example on passing an express server to a module should get you
going in the right direction.
https://github.com/visionmedia/express/tree/master/examples/mvc
Some people call it dependency injection, i call it clean code.
- Joseph Moniz
Thanks, I can do that.