Just to follow up, this was a total user error. I had renamed my .jar files to .old in the /lib directory and they were still getting picked up by Pheonix or whatever... -- Bud
> -----Original Message----- > From: Bud Bach [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 03, 2005 5:07 PM > To: [email protected] > Subject: GenericMailet.Log() > > Hi, I'm having problems with logging from a Mailet. I'm trying to use > GenericMailet.Log(). I see stuff in the > ${app.home}/logs/mailet-yyyy-MM-dd-HH-mm.log file but not my log code. In > my mailet's service() method I have something like log("Here I am!") as > the > first statement which I never see. I know the code is getting hit because > the mailet is doing its job. I modified my environment.xml for "DEBUG" > level output: > > > > <category name="James.Mailet" log-level="DEBUG"> > > <log-target id-ref="James-Mailet-target"/> > > </category> > > > > Still not seeing anything. Any idea what I am missing? Thanks. -- Bud --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
