ppkarwasz opened a new pull request, #2227:
URL: https://github.com/apache/logging-log4j2/pull/2227

   Due to the introduction of `Recycler` in `main` and related changes, many 
async loggers can be simplified:
   
    * no thread name caching is required,
    * in many methods we can use `ReusableLogEvent` instead of concrete classes,
    * many casts from `ReadOnlyStringMap` to `StringMap` are not necessary.
   
   


-- 
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: notifications-unsubscr...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to