InterviewSolution
Saved Bookmarks
| 1. |
How Will You Print A Log Message In Error Mode? |
|
Answer» PUBLIC void error(OBJECT MESSAGE) of Logger class PRINTS MESSAGES with the level Level.ERROR. public void error(Object message) of Logger class prints messages with the level Level.ERROR. |
|