[ http://issues.apache.org/jira/browse/DIRMINA-233?page=comments#action_12426286 ] Karl Pauls commented on DIRMINA-233: ------------------------------------
I have spent some time myself addressing my product's internal logging API and have planned to support SLF4J since that was designed to be a universal logging facade. (remember when it was called UGLI?) The other option is to adopt the JDK1.4 logging interface... since MINA requires 1.4 that would not introduce additional dependencies. However, I'm personally rooting for SLF4J. > Provide an extra thin logging layer for those who don't want SLF4J > ------------------------------------------------------------------ > > Key: DIRMINA-233 > URL: http://issues.apache.org/jira/browse/DIRMINA-233 > Project: Directory MINA > Issue Type: Task > Reporter: Trustin Lee > > As MINA gets more and more popular, the number of people who doesn't want > SLF4J increased because they were using other logging frameworks such as > Log4J or commons-logging. We know SLF4J provides what exactly Log4J or > commons-logging provides, but it's just a matter of preference. We need to > meet as many people's preference as we can as a general network application > framework. -- 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
