Log4j的讲解

时间:2016-01-31 05:00:13
【文件属性】:
文件名称:Log4j的讲解
文件大小:455KB
文件格式:RAR
更新时间:2016-01-31 05:00:13
log4j log4j 的讲解 [代码中使用] public class TestLog4j { public static void main(String[] args) { PropertyConfigurator.configure( " D:/Code/conf/log4j.properties " ); Logger logger = Logger.getLogger(TestLog4j. class ); logger.debug( " debug " ); logger.error( " error " ); } }
【文件预览】:
Log4j
----java日志操作之Log4j.doc(105KB)
----步骤.doc(78KB)
----log4j-1.2.16.jar(470KB)

网友评论