ranger2025 commented on issue #3357:
URL: 
https://github.com/apache/logging-log4j2/issues/3357#issuecomment-2573298257

   @ppkarwasz,
   
   Thank you very much for your help. I've understood how to get module name. 
   
   About layers. I have a multi layer program where every layer is a subsystem. 
And often I need to get events only for concrete subsystem. As these subsystems 
can be added/removed dynamically I need a solution to separate them using java 
code. I've checked the link you provided (thanks again), but still can' find a 
way to get a layer from `LogEvent`. Layers doesn't have names. So, I need to 
give name manually, however, to get the name of the layer, I need at least 
`Module` or `Class` instances, but I can get only class string name, what can't 
provide what I need.


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