欢迎访问:常州市武进区嘉泽中心小学网站 !今天是:
栏目列表
您现在的位置是:首页>>教师>>计算机技术>>网站制作技术>>文章内容
日志文件的管理
发布时间:2008-11-20   点击:   来源:本站原创   录入者:佚名
 

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
import org.apache.log4j.*;

/**
 * @author 
 *
 * To change this generated comment edit the template variable "typecomment":
 * Window>Preferences>Java>Templates.
 * To enable and disable the creation of type comments go to
 * Window>Preferences>Java>Code Generation.
 */
public class JBWriteLog {
 
  Logger log = Logger.getLogger("writelog.JBWriteLog");
  Logger logE = Logger.getLogger("writelog.JBWriteLog");
  //文件路径斜扛
  char xg = java.io.File.separatorChar;
  /**
   * 构造函数:并设置配置文件
   * @param PropertyFile:配置文件路径
   */
  public JBWriteLog(String PropertyFile) throws Exception{
    PropertyConfigurator.configure(PropertyFile);
  }
  /**
   * 写日志操作
   * @param logInfo:日志一个条目的内容
   * @throws Exception
   */
  public void writeLog(String logInfo) throws Exception{
    try {
      //引入普通信息日志配置文件
      //PropertyConfigurator.configure("."+xg+"properties"+xg+propertiesFileName);

      {域名已经过期}(logInfo);
    }
    catch (Exception e) {

      e.printStackTrace();
      throw e;
    }
 
}

}

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////

/**
 * @author 
 *
 * To change this generated comment edit the template variable "typecomment":
 * Window>Preferences>Java>Templates.
 * To enable and disable the creation of type comments go to
 * Window>Preferences>Java>Code Generation.
 */
public class TestLog {
 
 /**
  * Constructor
  */
    public TestLog() {
    }


    public static void main(String[] args) {
       try{
          JBWriteLog wl = new JBWriteLog("/properties/log4j.properties");
          wl.writeLog("1");
          wl.writeLog("2");
          wl.writeLog("3");
          wl.writeLog("4");
          }catch(Exception e)
           {
           e.printStackTrace();
           }

      }

}


附件:
    关闭窗口
    打印文档
    账号登录
    保持登录 忘记密码?
    账号与武进教师培训平台同步