gwt-log
gwt-log copied to clipboard
Library, provides easy to use logging capabilities, which works transparently on both the client and the server, while providing compile time elimination of client logging code via deferred binding fo...
In my web.xml I do: ``` gwt-log-remote-logger-servlet com.allen_sauer.gwt.log.server.RemoteLoggerServlet gwt-log-remote-logger-servlet /gwt-logging ``` On the client side for I do in gwt.xml: ``` ``` But still it tries to log to: `http://www.example.com/gwt-log`.
``` Like 62% of GWT users I use javaScript in my app. Consequently, I often need to use GWT libraries from javaScript. There might be a clean way to export...
``` What version of GWT are you using? 1.4.60? 2.0.4? Other? GWT - 2.6.0 What version of the gwt-log jar file or library file are you using? 3.3.2 What operating...
``` Does the issue occur in "quirks mode", "standards mode" or both? If you don't know, does your HTML page contains a DOCTYPE declaration? What version of GWT are you...
``` Hi, It would be nice if it was possible to provide the name of a logger to the 'com.allen_sauer.gwt.log.server.ServerLogImplLog4J' class by means of (for example) a system property. Alternatively,...
``` Does the issue occur in "quirks mode", "standards mode" or both? If you don't know, does your HTML page contains a DOCTYPE declaration? both What version of GWT are...
``` I wanted to add my own logger on the Serverside. To do this, i wanted to override the RemoteLoggerServlet. Problem is, that i only can override the log(ArrayList...) Method,...
``` Hello! The class LogUtil contains this array: private static final String[] IGNORE_CLASSNAME_PREFIXES = { "com.allen_sauer.gwt.log.client.", "com.allen_sauer.gwt.log.shared.", "com.google.gwt.dev.shell.", "sun.reflect.", "java.lang.reflect.", "java.lang.Thread", "com.google.gwt.core.client.impl.Impl",}; Could you add a method to extend the...
``` Current implementation of com.allen_sauer.gwt.log.client.Log: public final class Log { ... public static void trace(String message) { debug(message, (Throwable) null); } ... } Should't this be public static void trace(String...
``` What version of GWT are you using? 1.4.60? 2.0.4? Other? 2.4.0 What version of the gwt-log jar file or library file are you using? 3.1.8 What operating system(s) are...