0
votes
1answer
99 views

GWT client side logging during maven test phase

I'm writing a GWT library and I'm trying to use GWT's Logging capabilities. My maven build trigger some GWTTestCases that tests my library. Is it possible to have and configure the logging output of ...