Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] m2e debug output when used in RCP app

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
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top