Controlling plugins output

2004-01-20 Thread Mark R. Diggory
I was thinking it would be good to ahve some content go off to the 
maven.log (stack traces) while having the rest of the content go out to 
stdout. Is there any logger configured that I can grab to use in the 
plugin.jelly?

thanks
-Mark
--
Mark Diggory
Software Developer
Harvard MIT Data Center
http://osprey.hmdc.harvard.edu
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Controlling plugins output

2004-01-20 Thread Brett Porter
Use the jelly log:*/ tags. I think info and more important go to
System.out, while debug goes to maven.log IIRC.

- Brett

 -Original Message-
 From: Mark R. Diggory [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, 21 January 2004 8:45 AM
 To: Maven Users List
 Subject: Controlling plugins output
 
 
 I was thinking it would be good to ahve some content go off to the 
 maven.log (stack traces) while having the rest of the content 
 go out to 
 stdout. Is there any logger configured that I can grab to use in the 
 plugin.jelly?
 
 thanks
 -Mark
 -- 
 Mark Diggory
 Software Developer
 Harvard MIT Data Center
 http://osprey.hmdc.harvard.edu
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]