1. 程式人生 > >SpringBoot 默認日誌

SpringBoot 默認日誌

pan class com () commons ted apache code boot

默認使用的這個類

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

protected final Log log = LogFactory.getLog(getClass());

SpringBoot 默認日誌