>>> On Wed, 27 Nov 2002 13:26:02 -0500,
>>> "Bill" == Bill Burton <[EMAIL PROTECTED]> wrote:
Bill> - Ant Logger (currently in DVSL)
Geir> why?
Bill> Because it makes integrating Velocity with Ant easier. Anakia
Bill> should probably use this logger, vDoclet has it's own solution,
Bill> I haven't looked at what vDoclet does for logging integration but
Bill> if it's a better solution, maybe it could be used instead.
Umm, I think the word "solution" might be a bit strong for what vDoclet
does. Here's the code:
public void logVelocityMessage( int level, String message ) {
if (level == ERROR_ID) {
System.err.println( message );
}
}
Seems to do the job, though :-)
--
cheers, Mike
"Don't pet the sweaty things."
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>