I just read the Developer’s Guide – Logging and it says that the client-sided logging implement throw RPC calls (see Remote Logging ).
My application doesn’t use RPC and it is supposed to be hosted on a webserver which doesn’t have Java support (so now RPC usable). Is there still a possibility to use the GWT logger on the client?
You can try another logger….see here: http://code.google.com/p/gwt-log/