InterviewSolution
Saved Bookmarks
| 1. |
What Is The Purpose Of X Character Used In The Conversionpattern Of Patternlayout Object ? |
|
Answer» X − The X conversion character is followed by the KEY for the MDC. For example, X{clientIP} will print the INFORMATION STORED in the MDC against the key clientIP. X − The X conversion character is followed by the key for the MDC. For example, X{clientIP} will print the information stored in the MDC against the key clientIP. |
|