DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=42838>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=42838 ------- Additional Comments From [EMAIL PROTECTED] 2007-07-11 07:32 ------- (In reply to comment #11) > incidentally, does the new API let us hook in to the output better, so we can > log messages at different levels? Yes. Most messages are reported as "Diagnostic" objects to a "DiagnosticListener". The Diagnostic objects have a Kind (NOTE, WARNING, ERROR) etc. They also provide detailed information about the location of the issue, when appropriate, giving the file in question, and the character offset within the file. A few messages, such as -version and -usage info do not fall into this category and are reported to a log PrintWriter. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]