Raghuveer on 27/12/07 05:04, wrote:
Is there way in struts to use logging configuration by declaratively.?
What is the role of commons logging..
How to use this directly in code ..in java files and jsp files?
Hi again,
commons-logging is a logging-framework-neutral wrapper, the use of which allows
you to swap between log4j and JDK logging (and other logging frameworks) without
code changes.
Check out the Jakarta commons website for details.
For JSP, check out the commons-taglib logging tags, e.g.
<log:debug category="com.jsp.account.jsp">blablabla</log:debug>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]