[ http://issues.apache.org/jira/browse/FTPSERVER-15?page=comments#action_12331471 ]
Rana Bhattacharyya commented on FTPSERVER-15: --------------------------------------------- Oh! I missed one point. LogFactory.getLog() internally calls LogFactory.getFactory().getInstance() We just broke it down. We call the static LogFactory.getFactory() in FtpConfigImpl class and wraps this by FtpLogFactory to capture all the log messages (proxy log). This LogFactory will be passed to all the classes, where logFactory.getInstance() will be called to Log (proxy) object. > FTPServer should use commons-logging and should not output to System.out > ------------------------------------------------------------------------ > > Key: FTPSERVER-15 > URL: http://issues.apache.org/jira/browse/FTPSERVER-15 > Project: FtpServer > Type: Wish > Environment: log4j > Reporter: Sergey Vladimirov > Priority: Minor > Attachments: patch.txt, patch.txt, patchLoggerPanel.txt > > I don't want to implement loggers component for each plug-in, that I > embedding to my system. All components of Apache should use commons-logging, > to simplify embedding or configuring with log4j. > Not need to use unique Logger component > Patch will be need soon, after merging source tree with other patches. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
