InterviewSolution
Saved Bookmarks
| 1. |
What Is The Purpose Of D Character Used In The Conversionpattern Of Patternlayout Object? |
|
Answer» d − Used to OUTPUT the DATE of the logging event. For EXAMPLE, %d{HH:MM:ss,SSS} or %d{dd MMM yyyy HH:mm:ss,SSS}. d − Used to output the date of the logging event. For example, %d{HH:mm:ss,SSS} or %d{dd MMM yyyy HH:mm:ss,SSS}. |
|