Implementation of property definers with logback
I often use logback in my personal/demo Java projects because it is easy to use and configure. Logback is also an implementation of the SLF4J API, so there is no need for an explicit binding artifact. In this article I talk about a very specific feature of logback, the implementation of property definers to define…