You don't. (or can't)

The servlet spec stinks with respect to logging. Personally - I avoid using the log mehtods provided by the servlet API and use commons-logging. Then the underlying system can be tuning to the appropriate level of verbosenes.

-Tim

Cervenka, Tom wrote:

The <Logger> component has a verbosity attribute but the
ServletContext.log method doesn't. Now LoggerBase.log does. How do I
access this object from a servlet or jsp?


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



Reply via email to