Say I want an extra level between SEVERE (1000), and warning (900) --> ERROR (950).
How can I achieve this ?
You would need to patch GWTs java.util.logging emulation to support that. If you just want to do it for one project then you can probably copy the emulated files of GWT into that project and modify them accordingly. You would also need to adjust LogImpl.gwt.xml and LoggingDisabled.gwt.xml.
But IMHO there is no real value in adding a level between SEVERE and WARNING that is called ERROR. What would be the difference between SEVERE and ERROR? The name ERROR already implies that it must always be severe otherwise it wouldn't be an error.
-- J.
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment