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. |
Is it helpful?
Yes
No
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?