I'm almost certain Nicolas was referring to a Maven 1.x plugin.

There unfortunately isn't an easy way other than hooking into the
log4j instance to get it to output your log statements.

- Brett

On 10/12/05, Jesse McConnell <[EMAIL PROTECTED]> wrote:
> getLog().debug("your info here");
>
>
> On 10/11/05, Nicolas De Loof <[EMAIL PROTECTED]> wrote:
> >
> >
> > Hello,
> >
> > I've writen a code generator as a maven plugin. It uses commons-logging,
> > and I'd like to get debugs from my generator code.
> >
> > Running maven with -X doesn't trace anything usefull to me (only lot's
> > of "Class java.lang.Object loaded from parent loader"...)
> >
> > How to get my logs from maven ?
> >
> > Nico.
> >
> >
> > This message contains information that may be privileged or confidential
> > and is the property of the Capgemini Group. It is intended only for the
> > person to whom it is addressed. If you are not the intended recipient, you
> > are not authorized to read, print, retain, copy, disseminate, distribute, or
> > use this message or any part thereof. If you receive this message in error,
> > please notify the sender immediately and delete all copies of this message.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> jesse mcconnell
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to