I am new to GWT and JUnit testing. I want to be able to use gwt-log logging in my client code. However when I try to run JUnit tests, I get an error because GWT.create() is being called. I am trying to avoid having to use GwtTestCase due to the overhead of the headless browser.
How can I use gwt-log in my client code and be able to run JUnit tests? Any help would be appreciated. Thanks! -- You received this message because you are subscribed to the Google Groups "gwt-log" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/gwt-log?hl=en.
