Spring Boot - Logging
What will happen if you try to create a logger in a Spring Boot class using this code?
private static Logger logger = LoggerFactory.getLogger();
private static Logger logger = LoggerFactory.getLogger();
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions