Given the following [Logback configuration](https://logback.qos.ch/manual/configuration.html) <configuration> <appender name="myAppender" class="de.is24.deadcode4j.UsedClass"/> <root level="debug"> <appender-ref ref="STDOUT" /> </root> </configuration> `de.is24.deadcode4j.UsedClass` is not recognized as class being in use.
Given the following Logback configuration
de.is24.deadcode4j.UsedClassis not recognized as class being in use.