pSinghDelaplex commented on issue #2624:
URL: 
https://github.com/apache/logging-log4j2/issues/2624#issuecomment-2138857441

   Hi @vy 
   
   import org.apache.logging.log4j.LogManager;
   import org.apache.logging.log4j.Logger;
   
   private static final Logger LOGGER = LogManager.getLogger();
   LOGGER.info(message);
   
   public class Message<T> implements Serializable {
     private String appId;
     private String action;
   }
   
   2. SLF4J for logging


-- 
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]

Reply via email to