Showing posts with label log4j jsp logging. Show all posts
Showing posts with label log4j jsp logging. Show all posts

Wednesday, June 24, 2009

Use log4j in JSP

http://www.mobilefish.com/developer/log4j/log4j_quickguide_jsp.html

Use the following section in pom.xml to declare the dependency in maven
<dependency>
<groupId>taglibs</groupId>
<artifactId>log</artifactId>
<version>1.0</version>
</dependency>