i'm tring to configure the output, but something is wrong and i get
not exactly what i want. Here my config:
<set-configuration-property name="log_pattern" value="%d{HH:mm} [%-5p]
[CLASS] %C{1} [MESSAGE] %m%n" />
The output message is something like that:
[INFO] 15:20 [DEBUG] [CLASS] my.package.DocumentInfosComboBoxesWidget
[MESSAGE] Initializing panel
Can someone tell me, why i'm getting the package + class name
(my.package.DocumentInfosComboBoxesWidget) and not only the class? %C
is the var, which define this output part or not?
Thanks in advance!
--
You received this message because you are subscribed to the Google Groups "gwt-log" group.
To post to this group, send email to gwt...@googlegroups.com.
To unsubscribe from this group, send email to gwt-log+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gwt-log?hl=en.
On 26 Mrz., 21:39, Fred Sauer <fre...@gmail.com> wrote:
> Thanks for reporting this. It should be fixed in r457.
>
> Let me know if the attached build (r458) fixes your issue.
>
> Thanks
> Fred
>
>
>
> On Mon, Mar 15, 2010 at 7:30 AM, cupakob <sira...@gmail.com> wrote:
> > hi all,
>
> > i'm tring to configure the output, but something is wrong and i get
> > not exactly what i want. Here my config:
>
> > <set-configuration-property name="log_pattern" value="%d{HH:mm} [%-5p]
> > [CLASS] %C{1} [MESSAGE] %m%n" />
>
> > The output message is something like that:
>
> > [INFO] 15:20 [DEBUG] [CLASS] my.package.DocumentInfosComboBoxesWidget
> > [MESSAGE] Initializing panel
>
> > Can someone tell me, why i'm getting the package + class name
> > (my.package.DocumentInfosComboBoxesWidget) and not only the class? %C
> > is the var, which define this output part or not?
>
> > Thanks in advance!
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "gwt-log" group.
> > To post to this group, send email to gwt...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > gwt-log+u...@googlegroups.com<gwt-log%2Bunsu...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/gwt-log?hl=en.
>
> --
> Fred Sauer
> Developer Advocate
> Google Inc.
> 1600 Amphitheatre Parkway
> Mountain View, CA 94043
> fre...@google.com
>
> gwt-log-r458.jar
> 184KAnzeigenHerunterladen
r458 is working fine and the output is exactly what i want. At the
moment i'm using maven repository (http://repository.jboss.org/maven2/
com/google/code/gwt-log/gwt-log/) to get gwt-log. Is it possible to
get the working build (r458) from any maven repository?
Regards,
AA