java架构:logger

使用org.apache.common.logging的类。

protect final Log logger = LogFactory.getLog(this.getclass());

Author: bkdwei