BAEL-39 - renaming class

This commit is contained in:
slavisa-baeldung 2016-09-24 13:14:13 +02:00
parent 5a10df3396
commit 94355ee7b8
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ import org.slf4j.LoggerFactory;
/**
* To switch between logging frameworks you need only to uncomment needed framework dependencies in pom.xml
*/
public class SLF4JExample {
private static Logger logger = LoggerFactory.getLogger(SLF4JExample.class);
public class Slf4jExample {
private static Logger logger = LoggerFactory.getLogger(Slf4jExample.class);
public static void main(String[] args) {
logger.debug("Debug log message");