Debug Mode : ApplicationConnection.getConsole() deprecated

Hi everybody,

I would like to use debug mode in my application to log messages on the console enabled by ?debug parameter. But ApplicationConnection.getConsole() has become deprecated and javadoc doesn’t give us informations about a method replacement. If I try to use it, i get a GWT error (Computation exception).

Did I miss something ?

For information :
Vaadin 6.4.8
GWT 2.0.4

Thank you for your help,

Cheers,
Jérôme

At least in the version I have in my workspace, javadoc does tell to use VConsole. It has static methods for logging.

Ok my mistake, thank you for your help Henri !

B.R
Jérôme