On Thu, Oct 8, 2020 at 10:37 PM Clément Guillaume <[email protected]> wrote:
>
> I guess I can do the following (not very elegant)
> logger.warn("{} ", (Object)new Exception("my message"));
>
Or just log: new Exception("my message").toString();
Cheers,
Bobby
