String Interpolation Limitations #393
Replies: 1 comment
-
We've come up with a workaround and probably no longer need this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I came across this documentation and wonder what exactly is the limitation of the SLF4J API.
If the limitation is the presence of both parameterized logging statement and exception/throwable, SLF4J specification actually supports that, according to the documentation. In addition, here is the Logback implementation to extract throwable from argArray.
I wonder if
deconstructInterpolatedMessage
can be called on message in related methods ending withMessageCause
, e.g.errorMessageCause
,warnMessageCause
, to provide a consistent behavior. Thanks!Beta Was this translation helpful? Give feedback.
All reactions