Why?
When use System.out.println
in client - nothing is output in console of CodeServer.
Now I'm logging in browser console, but how to log in system console?
p.s. I know that best way for logging in gwt is using com.google.gwt.logging.Logging
module. It's also now working with system console.