Where can I find a Logback tutorial and/or sample projects? Something similar with this "Log4j Tutorial" would be nice.

Note: I am aware of the documentation available on the official Logback website

The Logback Manual

Logback documentation

but is there anything else available?

link|improve this question

65% accept rate
feedback

3 Answers

To me, the java sources from the logback-examples of the manual are perfect for this purpose. Not sure you can find better stuff than the genuine samples from the author.

link|improve this answer
1  
+1 as anno 2011, the documentation contains a lot of complete configuration examples that are well explained. – AndrewBourgeois Nov 7 '11 at 10:42
feedback

You might take a look at the logback demo, here.

It will walk you through some of the main logback features.

Hope this helps...

link|improve this answer
feedback

Logback works a lot like log4j. So you usually only have to replace a class name or so to make the old examples work.

But yes, a tutorial, which explains more than how to create a logger, would be nice :)

link|improve this answer
I do not want to re-use Log4J examples - the aim is to make use of the new Logback features. Otherwise, what is the point? – Adrian Nov 20 '09 at 11:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.