作用:LoggerFactory.getLogger可以在IDEA控制台打印日志,便于开发,一般加在代码最上面
格式:private static final Logger LOGGER = LoggerFactory.getLogger(xxx.class);