Log4j 面试题与答案
Question: What are the different logging levels?Answer: There are several logging levels that you can configure in you applicaiton.Those are FATAL, ERROR, WARN, TRACE, DEBUG, INFO and ALL in apache logging. Default logging level is INFO. |
保存以便复习
收藏此条目、标记为困难题,或将其加入复习集合。
这有帮助吗? 是 否
用户评价最有帮助的内容:
- What is Log4j?
- What are the different logging levels?
- Describe about logger levels in log4j.
- What are the three main components in log4j?
- What is the importance of logging applications?