I think I invented this extra stuff back when I was co-writing a
proprietary, complex, and feature-rich JDBC driver. I no longer live
in that particular code base, but I can say that writing this kind of
code and implementing a specification like JDBC makes you write code
to a logging library rathe
Yes, add the missing method.
We use these methods A LOT. I suspect we are not alone.
Ralph
> On Feb 13, 2024, at 3:17 AM, Piotr P. Karwasz wrote:
>
> Hi all,
>
> Our Logger interface contains 11 traceEntry/traceExit methods and 4
> deprecated entry/exit methods. As far as I have seen, only t
Hi all,
Our Logger interface contains 11 traceEntry/traceExit methods and 4
deprecated entry/exit methods. As far as I have seen, only the
deprecated ones are documented in [1].
I understand the purpose of some of them:
* entry(Object...) and its vararg-free version entry() can be used to
log th