Replies: 1 comment
-
Any input here? |
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
-
I am developing an Eclipse RCP application and rely on OSGI to resolve plug-ins. I have a log4j2.xml file and I am using Log4J 2.19.0. I have tried to get any logging going by using the slf4j-simple provider and that worked (after a manual change in the manifest file inside the JAR to circumvent https://jira.qos.ch/browse/SLF4J-581). Then I tried using the reload4j provider to hopefully get it to find my log4j2.xml file, but that did not happen. Maybe because it is a provider for only Log4J 1.X? But then... what to use for Log4J 2.x?
Beta Was this translation helpful? Give feedback.
All reactions