How do I get Logback to work nicely with Eclipse?
eclipse, java, logback
Solution
If you add `%caller`to the pattern, then the functionality of the Console of Eclipse can handle your problem...
Problem
How do I get my logging framework (currently Logback) to play nicely with Eclipse? In particular, it would be nice to click on a log statement and be taken to the line where it was produced. I'm aware of the Logback Eclipse Plugin however apparently it is outdated, and only works with an old version of Logback. Is there some other logging framework that works better with Eclipse? I assume there must be a nice way to do this.