Log4j 면접 질문과 답변
Question: Explain what does WARN and TRACE level indicates in log4j?Answer:Log4j level WARN gives a warning about an unpredicted event to the user. The messages coming out of this level may not stop the progress of the system. The TRACE level provides more detailed information than the DEBUG level, and it will stay at the top of the hierarchy. |
복습용 저장
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
도움이 되었나요? 예 아니요
Most helpful rated by users:
- 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?