Spring Boot - Logging
What is wrong with this logger declaration in a Spring Boot class?
private Logger logger = LoggerFactory.getLogger(getClass());
private Logger logger = LoggerFactory.getLogger(getClass());
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions