On Thu, Oct 8, 2020 at 10:37 PM Clément Guillaume <cguilla...@hotpads.com>
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

Reply via email to