gwt-log icon indicating copy to clipboard operation
gwt-log copied to clipboard

Extend ignored classnames

Open GoogleCodeExporter opened this issue 9 years ago • 1 comments

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 list?

Thanks!

Original issue reported on code.google.com by [email protected] on 25 Jun 2012 at 8:07

GoogleCodeExporter avatar Mar 13 '15 18:03 GoogleCodeExporter

Alternatively, it would be extremely useful (although possibly tricky) to 
support appenders for each class, as in log4j properties: 

ourOwnClass.example.com=DEBUG
externalClassWeDontWantToDebug.example.net=INFO

Original comment by jisakiel on 24 May 2013 at 7:51

GoogleCodeExporter avatar Mar 13 '15 18:03 GoogleCodeExporter