users@jaxb.java.net

Re: enable logging using log4j

From: Wolfgang Laun <wolfgang.laun_at_gmail.com>
Date: Sun, 12 Feb 2012 07:53:53 +0100

What do you expect to be logged? The JAXB API doesn't indicate any logging
facility, merely event handling.
-W

On 11 February 2012 21:12, fachhoch <fachhoch_at_gmail.com> wrote:

>
> I want to enable logs for jaxb , I am using log4j
>
> I added below configration to my log4j
>
>
> <logger name="com.sun.xml.bind"">
> <level value="debug"/>
> </logger>
>
>
>
> nothing is logging.
> please advice me how to enable logging for jaxb with log4j.
>
> --
> View this message in context:
> http://old.nabble.com/enable-logging-using-log4j-tp33307604p33307604.html
> Sent from the java.net - jaxb users mailing list archive at Nabble.com.
>
>