import org.apache.log4j.Logger; public abstract class LogSupport { protected Logger log = Logger.getLogger(this.getClass()); }.
確定! 回上一頁