log4j:ERROR setFile(null,true) call failed.java.io.FileNotFoundException: /opt/logs/log.log (没有那个文件或目录) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.(FileOutputStream.ja...
分类:
其他好文 时间:
2014-11-21 18:44:59
阅读次数:
230
log4j:ERROR setFile(null,true) call failed.java.io.FileNotFoundException: /opt/logs/log.log (没有那个文件或目录) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.(FileOutputStream.ja...
分类:
其他好文 时间:
2014-11-21 18:44:20
阅读次数:
288
log4j:ERROR setFile(null,true) call failed.java.io.FileNotFoundException: /opt/logs/log.log (没有那个文件或目录) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.(FileOutputStream.ja...
分类:
其他好文 时间:
2014-11-21 18:43:13
阅读次数:
205
log4j:ERROR setFile(null,true) call failed.java.io.FileNotFoundException: /opt/logs/log.log (没有那个文件或目录) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.(FileOutputStream.ja...
分类:
其他好文 时间:
2014-11-21 18:42:59
阅读次数:
324
log4j:ERROR setFile(null,true) call failed.java.io.FileNotFoundException: /opt/logs/log.log (没有那个文件或目录) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.(FileOutputStream.ja...
分类:
其他好文 时间:
2014-11-21 18:42:40
阅读次数:
205
log4j:ERROR setFile(null,true) call failed.java.io.FileNotFoundException: /opt/logs/log.log (没有那个文件或目录) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.(FileOutputStream.ja...
分类:
其他好文 时间:
2014-11-21 18:41:13
阅读次数:
240
在hibernate使用的日志标准都为slf,slf可以看作为它的接口,因此需要找到它的实例,为我们做日志。我们选择使用log4j为实例。1、为防止冲突,先将slf4j-nop的jar包(它也是slf的一个实例)去除2、加入log4j的jar包。3、加入转换包slf4j-log4j4、src下假如log4j.properties配置..
分类:
Web程序 时间:
2014-11-21 16:40:25
阅读次数:
219
开发中我有个需求就是,每次运行都生成新的log文件,因为我主要跑的测试,有些数据想比对还不想都放在一个文件中,这样查找起来不方便。在网上找了些发现log4j配置上没有办法满足我的需求,所以就写了个自定义类P...
分类:
其他好文 时间:
2014-11-21 10:55:38
阅读次数:
240
tomcat日志可以分为两类:1、访问日志,记录访问的时间、来源、资料等相关信息(ServletRequest可以获取的信息,都可以记录);2、运行日志,记录tomcat运行、异常、错误信息。tomcat的日志记录常会被log4j或slf4j取代,不过这里不讨论另外日志组件,很纯粹地说一下tomcat原生..
分类:
其他好文 时间:
2014-11-21 00:06:51
阅读次数:
314
晚上先总结今天后再学习其它知识,而学到的知识如果有用的话,留到明天总结。上午真正明白了log4j记录日志时要加log.isDebugEnabled()判断是为了效率问题,如果log.dubug()中输出的内容是比较耗性能的内容,比如字符串拼接转换的话加上判断可避免里面的内容计算,否则及时日志级别de...
分类:
其他好文 时间:
2014-11-20 21:54:38
阅读次数:
170