You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2022/09/28 14:59:25 UTC

[GitHub] [activemq-artemis] tabish121 commented on pull request #4235: ARTEMIS-4020: use SLF4J logging API, with Log4J as impl for broker

tabish121 commented on PR #4235:
URL: https://github.com/apache/activemq-artemis/pull/4235#issuecomment-1261043627

   Possible future enhancement would be to replace hard coding class names in logger definitions with Methodhandle lookups
   
   `Logger logger = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());`
   
   This tends to help when cutting and pasting loggers and forgetting to change the class name.


-- 
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: gitbox-unsubscribe@activemq.apache.org

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