InterviewSolution
Saved Bookmarks
| 1. |
What Is The Purpose Of Threshold In Appender? |
|
Answer» threshold − Appender can have a threshold LEVEL associated with it INDEPENDENT of the LOGGER level. The Appender ignores any LOGGING messages that have a level lower than the threshold level. threshold − Appender can have a threshold level associated with it independent of the logger level. The Appender ignores any logging messages that have a level lower than the threshold level. |
|