InterviewSolution
Saved Bookmarks
| 1. |
What Is The Purpose Of C Character Used In The Conversionpattern Of Patternlayout Object? |
|
Answer» c − USED to output the category of the logging event. For EXAMPLE, for the category NAME "a.b.c" the PATTERN %c{2} will output "b.c". c − Used to output the category of the logging event. For example, for the category name "a.b.c" the pattern %c{2} will output "b.c". |
|