Monday, April 25, 2016

Re: Cannot get rich log messages from java.util.logging.Logger

Commenting 

    <set-property name="gwt.logging.popupHandler" value="DISABLED"/>

out makes it compile but I still don't get package paths printed out ..

On Monday, 25 April 2016 12:41:19 UTC+2, Stefan Falk wrote:
If I use this I am getting

     Property 'gwt.logging.popupHandler' not found

:/ Any idea why this does not work for me?

On Tuesday, 19 April 2016 10:26:49 UTC+2, Pavlo Iatsiuk wrote:
Hello,

There are a few settings which allow to print more. Here is my logging settings:

<inherits name="com.google.gwt.logging.Logging"/>
<set-property name="gwt.logging.logLevel" value="FINEST"/>
<set-property name="gwt.logging.consoleHandler" value="ENABLED"/>
<set-property name="gwt.logging.simpleRemoteHandler" value="DISABLED"/>
<set-property name="gwt.logging.popupHandler" value="DISABLED"/>
<set-property name="compiler.stackMode" value="emulated"/>
<set-configuration-property name="compiler.emulatedStack.recordLineNumbers" value="true"/>
<set-configuration-property name="compiler.emulatedStack.recordFileNames" value="true"/>





On Thursday, April 14, 2016 at 11:58:53 PM UTC+2, Stefan Falk wrote:
Can somebody take a look at my question [1] on stackoverflow?

My problem is that I am not getting the full package name or anything else but the raw log message printed to the log window.

So instead of something like

com.company.more.packages.MyObject - Hello World!

I am  just getting

Hello World!

and I have no idea what the problem is ..

Thank you for any help!

BR; Stefan

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment