46474849505152
/** * Adaptor to use java logging. Each category is mapped to a logger. All such * loggers are children of the gwt logger. */ public static void useJavaLogging() { Log.initLogImpl(new LogImplJavaLogging()); }