[
https://issues.apache.org/jira/browse/DIRMINA-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emmanuel Lecharny closed DIRMINA-203.
-------------------------------------
> The performance of LoggingFilter is poor.
> -----------------------------------------
>
> Key: DIRMINA-203
> URL: https://issues.apache.org/jira/browse/DIRMINA-203
> Project: MINA
> Issue Type: Improvement
> Affects Versions: 0.9.3
> Reporter: Xu Liang
> Attachments: LoggingFilter.java, SessionLog.java
>
>
> The LoggingFilter's original code :
> SessionLog.info( session, "RECEIVED: " + message );
> If the logger was disable It called the toString() of message.
> So I have writed new SessionLog whose interface like slf4j.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.