MarcGiffing / wicket-spring-boot

Spring Boot starter for Apache Wicket
151 stars 61 forks source link

Wrong Logger class name #206

Open stefv opened 1 month ago

stefv commented 1 month ago

Hello,

The class used by the logger in the WicketBootSecuredWebApplication is WicketBootStandardWebApplication: private final static Logger logger = LoggerFactory.getLogger(WicketBootStandardWebApplication.class);