On Sun, 2 Oct 2005, Donszelmann, Mark wrote:
> Hi
>
> I would like to run our tool in verbose mode from m2 when m2
> has the -X (debug) option switched on.
>
> How do I see if that is switched on (from java).
Get a logger (from a plugin: getLog()) and check if debug is enabled
getLog().isDebug
Hi
I would like to run our tool in verbose mode from m2 when m2
has the -X (debug) option switched on.
How do I see if that is switched on (from java).
Regards
Mark Donszelmann
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For a