我正在applet中使用Log4J尝试以下代码。我得到的只是创造,我无法捕获错误。我开了一个FW规则,但它甚至没有达到那么远。
try {
ac00_lfj.debug("NISTtime: query==true: about create NTPUDPClient");
timeClient = new NTPUDPClient();
}catch (Exception ex) {
ac00_lfj.debug("NTUDPclient: creation exception = "+ex.toString());
}