用Java实现的日志切割清理工具 (三)

2014-11-24 07:40:05 · 作者: · 浏览: 1
- - - - - - -> start DelFileRunner@334936591 <- - - - - - - -
05:52:39,063 INFO [pool-1-thread-2]: - - - - - - - -> end CutFileRunner@724646150 <- - - - - - - -
05:52:39,063 INFO [pool-1-thread-1]: - - - - - - - -> end DelFileRunner@334936591 <- - - - - - - -
05:52:54,222 INFO [main]: stoping: class com.bruce.main.LogCutter ...
05:52:54,222 INFO [main]: <-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-

程序配置文件(./conf/config.xml)
< xml version="1.0" encoding="UTF-8" >



1

24










LogCutter.log*
*.log
*.log
-->






*_log
*.log
catalina.out
catalina.out
*.err

下载试用:http://up.2cto.com/2012/0413/20120413100444469.zip



摘自 ~怪^_*兽~