Opened 16 years ago
Last modified 14 years ago
#43 new enhancement
Interface for API users to hook into debugging output
Reported by: | ehuelsmann | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | unscheduled |
Component: | other | Version: | |
Keywords: | debug | Cc: | |
Parent Tickets: |
Description
Currently, we don't have ways to hook into debugging information in ABCL from higher-up API users. It would be nice to be able to offer such interfaces, since it would definitely offer developers better ways to integrate ABCL into deployed apps.
Note: See
TracTickets for help on using
tickets.
We currently have Swing/AWT based dialogs which allow developers to interact with users. Quite possibly, that addresses this issue, except for the fact that we don't have documentation/examples for them?