-
Hi, https://logback.qos.ch/manual/configuration.html#definingPropsOnTheFly So I created this class: Then I try to use it with this:
But it doesn't work and at runtime I get this exception:
|
Beta Was this translation helpful? Give feedback.
Answered by
ceki
Dec 16, 2022
Replies: 2 comments 4 replies
-
You seem to be using logback 1.2, so import is not supported.
|
Beta Was this translation helpful? Give feedback.
3 replies
-
Which versions logback-classic ? It is likely that the exception stems from a mismatch between logback-classic and logback-core. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Pesegato
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Which versions logback-classic ? It is likely that the exception stems from a mismatch between logback-classic and logback-core.