SpringBoot 默认日志

 默认使用的这个类

org.apache.commons.logging.Log
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;

protected final Log log = LogFactory.getLog(getClass());
原文地址:https://www.cnblogs.com/Leechg/p/10114034.html