InterviewSolution
Saved Bookmarks
| 1. |
What Is The Purpose Of Level Object? |
|
Answer» LEVEL Object - The Level object DEFINES the granularity and priority of any logging information. There are SEVEN levels of logging DEFINED within the API: OFF, DEBUG, INFO, ERROR, WARN, FATAL, and ALL. Level Object - The Level object defines the granularity and priority of any logging information. There are seven levels of logging defined within the API: OFF, DEBUG, INFO, ERROR, WARN, FATAL, and ALL. |
|