-
Hi, https://logback.qos.ch/manual/configuration.html#definingPropsOnTheFly So I created this class: https://github.com/Pesegato/MonkeyLog/blob/main/src/main/java/com/pesegato/monkeylog/MonkeyLog.java 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.
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.
-
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.
Which versions logback-classic ? It is likely that the exception stems from a mismatch between logback-classic and logback-core.