Thanks, I'll look into the issues. On Mon, Dec 8, 2014 at 3:03 PM, Jens <[email protected]> wrote:
> 2.) There seem to be a bug in LogImpl.gwt.xml because Logger output does >>> not appear in SuperDevMode if you do not inherit Logging.gwt.xml. At least >>> I wasn't able to make it work in a small app of mine (maybe the >>> superdevmode property is always "off" in incremental mode?) >>> >> >>> >> This is interesting. Can you provide me something to reproduce this? >> > > Just use a new empty project and add a logging statement. See: > https://code.google.com/p/google-web-toolkit/issues/detail?id=9045 > > > > >> Can't we streamline it so it always works (at least in Chrome 40) no >>> matter what is inherited and what is not inherited? >>> >>> >> That is what I wanted but I was hesitant to touch all other places at the >> very last minute. Could you file a bug and assign it to me? We should >> improve this by next release. >> > > https://code.google.com/p/google-web-toolkit/issues/detail?id=9046 > > You have to assign these bugs yourself, as I do not have privileges to > assign bugs. > > > I thought about providing a partly patch for issue 9046. I think a good > start is to introduce c.g.g.core.client.impl.ConsoleLogger which is a > combination of SuperDevModeLogger and the custom native stack trace logic > of LoggerConfiguratorConsole. In addition I would add logic to walk through > the cause chain. Then let SuperDevModeLogger and > LoggerConfiguratorConsole.SimpleConsoleLogHandler delegate to that > ConsoleLogger. > > That way Logger and GWT.log() would behave the same way if only > LogImpl.gwt.xml is inherited. > > > -- J. > > -- > You received this message because you are subscribed to the Google Groups > "GWT Contributors" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-web-toolkit-contributors/0b75d6c5-05d4-4b4c-8d69-f3de7b443a33%40googlegroups.com > <https://groups.google.com/d/msgid/google-web-toolkit-contributors/0b75d6c5-05d4-4b4c-8d69-f3de7b443a33%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAN%3DyUA03UJP0-GmvpRk44Ekw2HAJYLNaG16odwMhdWNHNBQ7ZQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
