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 > > [1] > http://stackoverflow.com/questions/36634580/why-am-i-not-getting-the-whole-class-path-added-to-my-log-messages > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
