I'm trying to come up with a better way to capture log messages for users, but I'm coming up short. What I want is the ability for Felix to be logging every message with the bundle id or object, then I can implement their logger and capture and display the information accordingly. Users should be able to click on a bundle and see all log messages for that bundle, including but not limited to, resolution or dynamic package lookup errors. Unfortunately, the Logger API doesn't have this ability so I'm left with parsing the error message somehow.
How does everyone else solve this? Don --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

