On Wed, Aug 7, 2013 at 10:07 AM, Jens Jahnke <[email protected]> wrote:
> Hi, > > On Tue, 6 Aug 2013 15:11:34 -0400 > Paul Bors <[email protected]> wrote: > > PB> Isn't Log4J shipped with the quick-start? > PB> > PB> Create yourself a quick-start and analyze it: > PB> http://wicket.apache.org/start/quickstart.html > PB> > PB> PS: You can also check the initialization related topics as well as > PB> your first stop for Wicket's doc via the Wicket Free Guide at: > PB> http://wicket.apache.org/learn/books/freeguide.html > > thanks for the information, the freeguide rocks. > > But actually I found the solution in wicket in action. :) > > Nonetheless it only logs to stdout but I guess thats a log4j question. > What do you mean that it logs to stdout ? There is no usage of System.out/err in Wicket. The RequestLogger uses SLF4J. Your question is really a log4j question (if you use slf4j-log4j as backend). > > Regards, > > Jens > > -- > 07. Ernting 2013, 10:04 > Homepage : http://www.jan0sch.de > > In order to live free and happily, you must sacrifice boredom. > It is not always an easy sacrifice. >
