Martin Kouba commented on Feature Request WELD-1347

Could you be more specific about the second bullet? I don't think logging all events fired during runtime makes much sense.

In any case you can implement a simple observer method to observe/log all events (simple packaging scenario, no classloading glitches expected):

public <T extends Object> void observeAll(@Observes T event, EventMetadata metadata) {
...
}
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira