On Wednesday, June 13, 2007, 10:21:21 AM, Martijn <[EMAIL PROTECTED]> wrote:

> On 6/13/07, Oleg Taranenko <[EMAIL PROTECTED]> wrote:
>> Wednesday, June 13, 2007, 10:44:32 AM, you wrote:
>> > It is in fact the project you are trying to run that is at fault here.
>> > Wicket doesn't prescribe which logging framework one should use.
>> > Therefore the examples projects need to choose their own logging
>> > implementation. This holds for the wicket-examples from Apache as well
>> > as for wicket stuff related projects.
>> Hmm... So why slf4j-api not scoped to test?

> Because that is the API to which we program. slf4j-log4j is an
> implementation. Read up on the subject here: http://sfl4j.org

That's http://www.slf4j.org/ :-)

Basically, you program using the -api, then when you deploy, you add
one of the implentation jars, e.g. slf4j-nop.jar, slf4j-simple.jar,
slf4j-log4j12.jar, slf4j-log4j13.jar, slf4j-jdk14.jar or
slf4j-jcl.jar, depending which actual logging implementation you want
the logging to end up at.

/Gwyn

Reply via email to