How to disable Equinox internal LoggerFactory #593
Closed
martin-petzold
started this conversation in
General
Replies: 1 comment 1 reply
-
I found a work-around: Register your own LoggerFactory with (highest) service ranking:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Eclipse Equinox as my OSGi framework implementation. I have my own launcher implementation. Now I would like to use also my own log implementation (LoggerFactory) exclusively.
However, after launch I always find the org.eclipse.osgi LoggerFactory implementation. This is in conflict with my implementation. So currently all log calls reach Equinox implementation but not my implementation.
I have a very performance critical application. Using LogReader is NOT an option!
How can I disable Equinox internal LoggerFactory implementation?
Beta Was this translation helpful? Give feedback.
All reactions