Just wanted to update everyone because Daniel and I spoke offline due
to problems with Google Groups...
I've put together a small example project that demonstrates how to
disable java.util.logging for RestFB and instead route all logging
output to Log4j. Hopefully this helps others who would like to see a
working Log4j bridge implementation, since the docs and examples on
the web aren't as helpful as they could be (
restfb.com included, until
now).
You may download it here:
http://restfb.com/examples/RestFB%20Log4j%20Example.zip
Thanks
Mark
On Aug 12, 5:02 pm, Mark Allen <
m...@xmog.com> wrote:
> Hi Daniel -
>
> Can you include your log4j config file? I'm not an expert with this
> stuff, but maybe I can give you a hand.
>
> Thanks
> Mark
>
> On Aug 12, 9:07 am, Daniel Longosz <
elvi...@poczta.onet.pl> wrote:
>
>
>
>
>
>
>
> > Hi,
> > I would like to use Log4j in my project instead of java.util.logging.
> > I followed instructions given athttp://
restfb.com/thatis: I