m2e uses slf4j, so you need to configure logging in whatever slf4j provider you package with your RCP. When using logback inside Eclipse IDE, we provide org.eclipse.m2e.logback.configuration to set reasonably default logging configuration, but I can't tell if this will work for RCPs.
-- Regards, Igor On 12-01-27 9:06 AM, Scott Lewis wrote:
We're using some m2e plugins inside an RCP application (other than Eclipse), and we're finding that when run in this manner the m2e plugins...and the async http client that is uses for file transfer...produce a fair amount of console output when running. How does one turn this off? I tried programmatically setting the 'eclipse.m2e.debugOutput' preference to off (as the RCP app doesn't expose this preference in the UI), but that didn't seem to prevent the output. Thanksinadvance, Scott _______________________________________________ m2e-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/m2e-users
_______________________________________________ m2e-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/m2e-users
