From: Sergio S. <se...@as...> - 2003-10-02 13:22:21
|
Hello! I am working on a project using both Phrame (by Alex) and Log4php (versione 0.7), but I discovered a conflict in the name of the class LoggerFactory. Looking at the original packages, LoggerFactory is the name used in Log4j and LogFactory is the class used in Struts (org.apache.commons.logging.LogFactory). So, I think that Phrame should use LogFactory instead of LoggerFactory to avoid conflict. P.S.: The method of LogFactory is getLog, not getLogger Let me know. Sergio |