Java日誌(四):JCL(Jakarta Commons Logging)--與slf4j都是日誌框架

一、commons-logging的使用 在項目中引入commons-logging-1.2.jar,然後直接調用commons-logging提供的接口打印日誌: import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; public class JclTest {
相關文章
相關標籤/搜索