ppkarwasz commented on issue #71:
URL: 
https://github.com/apache/logging-log4j-kotlin/issues/71#issuecomment-2002375125

   > If you look back at my example, logging in `R` is not (only) 
_thread-scoped_, it is both _thread-scoped_ AND _class-scoped_. In other words, 
I want all logging in `R` to show the specific context of `R` in addition to 
the thread-scoped context that is executing the code.
   
   There are already two sources for context data:
   
   - the contents of the thread-bound context map,
   - the contents of the `<Property>` elements bound the logger in the 
configuration:
   
   ```lang-xml
   <Logger name="resource">
       <Property name="resourceId" value="abcd"/>
   </Logger>
   ```
   
   Is this what you are missing?


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