Yes, thanks, I know that's an option.
Are there any plans to standardize this into core?

No dia 08/04/2012, às 12:36, Oliver Leics <[email protected]> escreveu:

> Have a look at https://github.com/hij1nx/EventEmitter2
>
> eventEmitter.on('*', function() {
>  console.log('got event type %s and args %j', this.event, arguments);
> });
>
> Another way would be to overwrite EventEmitter.prototype.emit
>
> --
> 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 [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en

-- 
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to