rehanift / engine.js

A scriptable task engine
MIT License
23 stars 4 forks source link

Feature: Log piston activity #22

Open rehanift opened 12 years ago

rehanift commented 12 years ago

It would be nice to log activity as it is happening within the piston component.

This will probably require opening another 0mq socket between the cylinder and piston (bound to the cylinder). When piston logging messages are received in a cylinder they can be logged using the standard logging mechanism.