How do I get a registration framework (currently Logback) to play well with Eclipse? In particular, it would be nice to click on the log statement and go to the line in which it was created.
I know Logback Eclipse Plugin , however, apparently, it is deprecated and only works with the old version of the log.
Is there any other logging framework that works better with Eclipse? I suppose there should be a good way to do this.
source share