java - Log4j properties and log4j.xml -
how actions , exceptions running in project file of log4j.
1 use logger mechanism log exceptions , error file stored in hard disk drive or server location (example : c:\\myproject\logs\mylog.txt
)
the logger mechanism im talking usage of log4j in logging exceptions reported in application in separate path.
log4j.jar has placed in lib folder along other related jar files.
useful link : http://www.mkyong.com/struts/struts-log4j-integration-example/
Comments
Post a Comment