?? defaultrootlogger.java
字號:
package cn.edu.nju.software.sd.cll;/** *This class is just prepared for the default initialization of Logger. * @author SuSE */public class DefaultRootLogger extends Logger{ /** * the Default construct. */ public DefaultRootLogger(){ super(); this.setLevel(Level.TRACE); this.setLayout(new SimpleLayout()); this.Register(new ConsoleAppender(new SimpleLayout())); } }
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -