Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] Logging in m2e

I just finished (almost) the changes for logging in m2e...

All logging should be done through slf4j from now on.  If the org.eclipse.m2e.logging (to be renamed to org.eclipse.m2e.logback.configuration) bundle is installed, then slf4j uses logback for all logging - that will also pipe the logging to the Maven console in m2e and to the standard eclipse log.

I removed the old MavenLogger and replaced all direct calls to MavenConsole with slf4j calls.  The MavenConsole will not be removed, but it should not be used directly for logging purposes.

Vlad

On 2/14/2011 10:44 AM, olivier nouguier wrote:
Hi,
  Since the last update, the MavenConsole has disappeared (at least from API).
  How can we log in the MavenConsole from now?
Thanks.

Regards,
Olivier

--
"Computers are useless. They can only give you answers."
- Pablo Picasso -
_______________________________________________ m2e-dev mailing list m2e-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/m2e-dev


Back to the top