Raman Gupta
Raman Gupta
This should be fixed on `master` via https://github.com/sksamuel/hoplite/pull/413. @ill-eye can you verify?
@paul-hammant Thanks for the question! I like trunk-based development for continuous delivery pipelines for hosted services (like GitHub, and pretty much anything Google) as well as most simple projects (like...
Hey @paul-hammant, I certainly agree with you regarding Java and IntelliJ IDEA -- amazing IDE and wonderful for refactoring. I've used VS pretty extensively and it doesn't hold a candle...
Re-opening this because its probably worth talking a little about this in the main documentation.
This was added via https://github.com/apache/logging-log4j-kotlin/issues/29 by @jvz . I have to admit, I'm not fond of the `logger` property either, as I prefer client code to be more explicit about...
Looks like the discussion that led up to this is at https://github.com/apache/logging-log4j-kotlin/pull/20. Looks like there wasn't a strong reason to add it -- just that it felt intuitive. That reinforces...
> Also, do your numbers take the caching done by `cachedLoggerOf()` into account? Yes they do. > Would inlining that function help? My benchmark shows it doesn't help, which makes...
> > How about this option: we move this property into an optional module `log4j-api-kotlin-autoprop`. People who want to use the property just have to add that module into their...
> Or maybe renaming the properly would really not that bad after all, as users could easily account for it with as import alias. I think I would lean towards...
I need to add a changelog to it, but proposed draft PR if anyone wants to review: https://github.com/apache/logging-log4j-kotlin/pull/137 Also, the `ReplaceWith` annotation doesn't work correctly for this case. If anyone...