📄 filehandler3.java
字号:
/*------------------------------------------------------------------------------Name: FileHandler3.javaCopyright: xmlBlaster.org, see xmlBlaster-LICENSE file------------------------------------------------------------------------------*/package org.xmlBlaster.util.log;/** * The only purpose of this class is to support a third * file handler configuration in logging.properties * <p> * java.util.logging is too limited in its configuration abilities! * @author <a href="mailto:xmlBlaster@marcelruff.info">Marcel Ruff</a> * @see http://forum.java.sun.com/thread.jspa?threadID=653537&messageID=3841562 */public class FileHandler3 { public FileHandler3() throws java.io.IOException { super(); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -