Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Implemented
-
2.14.1
-
None
Description
It is frequently desirable to add strings of repeating characters to a logging event to highlight it when viewing the log. To do this currently you have to manually type in the characters into the pattern which can make the pattern fairly long. This will add a pattern converter that can be specified as R{#}
{10}, which is considerably easier for the user than having to include ########## especially if it appears twice in the message.