Raman Gupta
Raman Gupta
> Am I missing something? @vy Yes, I think so. Or I am :-) If you look back at my example, logging in `R` is not (only) *thread-scoped*, it is...
I think the ideal solution for this would look something like this, and could leverage the solution we come up with for https://github.com/apache/logging-log4j-kotlin/issues/36: ``` class R { val log =...
@rgoers I think you missed the class-scoped (*not* thread-scoped) context in my [example](https://github.com/apache/logging-log4j-kotlin/issues/71#issuecomment-1997613964). @ppkarwasz Ah interesting -- if I could bind `Property` dynamically then yes, that would work. For example,...
@rgoers Yes, in my original post I proposed a method `withContextMap` that would be used in Kotlin the same way as `ScopedContext` (though its a bit nicer in Kotlin). >...
> Again, I don't understand. ScopedContext IS a builder. @rgoers `ScopedContext` is a builder for the **context**. I was talking about a builder for the **logger**. The thread that @ppkarwasz...
> OK. Personally, I see little value in adding context data to a logger. That simply wouldn't fit with any use cases I work with. However, it might if Logger...
> I understand your example but I am not sure how it works in practice. I have to presume that the Connection class can operate on multiple Connection instances. A...
Is this a dup of https://github.com/apache/logging-log4j-kotlin/issues/36 or vice-versa?
> @rocketraman, > > #36 is about the [`LogBuilder`](https://logging.apache.org/log4j/2.x/log4j-api/apidocs/org/apache/logging/log4j/LogBuilder.html) interface, this issue is about [`ConfigurationBuilder`](https://logging.apache.org/log4j/2.x/log4j-core/apidocs/org/apache/logging/log4j/core/config/builder/api/ConfigurationBuilder.html). Thanks for the clarification.
@cbetti Was having the same issue, but an exclude rule in the Vimium settings fixed it: `https?://docs.google.com/spreadsheets/*`