Re: Struts Project + Logging
Just an example: log4j.rootCategory= DEBUG, ConsoleApp, FileMyApp, FileOtherApp log4j.appender.ConsoleApp.threshold=DEBUG log4j.appender.FileApp.threshold=DEBUG #+ # Appender for my application #+ log4j.appender.FileMyApp=org.apach
Struts Project + Logging
Since for struts framework commons-logging.jar is used How can I use Commons logging so that logs related to my application are sent to separate log file. How to configure my logger by log.properties realted to application alone. -