I still would like to put in my vote that sending error's to the log is an incredibly BAD idea.
If something is not working, it should be LOUDLY shown as an exception.
If it is working I don't really need a log.

The (velocity) log should be there for velocity developers (those programming the actual velocity code) not users.

I don't ever care to see tomcat's log, I care to see the things I log while in tomcat.

Most of all, many many many people do not check the log at all, let alone frequently.

personally I swapped out the logging uberspect over 2 years ago, in favor of code that actually worked, rather than code that didn't appear broken, but actually was. but i know the default uberspect is still the logger, i believe the TestableUberspect is still in the test branch, and a regular user is probably just confused as to why something isn't working, double or triple so if the something is in an if or for loop.

Llewellyn.

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

Reply via email to