<dependencies> <!-- Apache Commons Logging --> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.2</version> </dependency> </dependencies> import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; public class MyClass { private static final Log log = LogFactory.getLog(MyClass.class); // ... } log.debug("Debug message"); log.info("Info message"); log.warn("Warning message"); log.error("Error message");


上一篇:
下一篇:
切换中文