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
but is there anything else available?
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
but is there anything else available?
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 :)
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.