摘要:
程序加载制定日志文件public static final String log4j = "log4j.xml"; 1 /** 2 * @declare 加载log4j 3 * @throws IOException 4 * @author cphmvp 5 */ 6 private static void loadLog4j() throws IOException { 7 Properties p = new Properties(); 8 InputStream is = null; 9 ... 阅读全文