ppkarwasz commented on pull request #807: URL: https://github.com/apache/logging-log4j2/pull/807#issuecomment-1084513836
I added a third parameter to `DatePatternConverter`, so that I can use it with a fixed English locale. I am not documenting it in the manual, because for now it does not work with the `FixedDateFormat`. By replacing `FastDateFormat` from the initial commit with `DatePatternConverter` I want to fix two problems: the generation of garbage, even if it is not needed and the possibility to cache the formatted date. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
