
Logging
iteye_5362
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[Log4j] set up logging priority level
To set up the logging priority level, put an element like the one below inside [code="xml"] [/code] If the lower level logging info is still output after the category pri...2009-02-27 16:18:10 · 140 阅读 · 0 评论 -
[Log4j] listener order matters
The order of the two listeners ContextLoaderListener and Log4jConfigListener in web.xml [b]does[/b] matter. [b]Log4jConfigListener should be in front of ContextLoaderListener[/b]. Otherwise, the start...2009-03-26 17:14:12 · 77 阅读 · 0 评论