[ https://issues.apache.org/jira/browse/JACOB-4?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hadrian Zbarcea resolved JACOB-4.
---------------------------------
Resolution: Fixed
While the migration to slf4j is complete in Jacob, there still are a few places where logging
could be improved for debugging purposes. That is an ongoing task, hard to make the focus
of one issue and consider completely done at a given moment in time.
> Switch from commons logging to slf4j
> ------------------------------------
>
> Key: JACOB-4
> URL: https://issues.apache.org/jira/browse/JACOB-4
> Project: ODE JaCOb
> Issue Type: Improvement
> Components: jacob
> Affects Versions: 2.0-beta1
> Reporter: Hadrian Zbarcea
> Assignee: Hadrian Zbarcea
> Fix For: 2.0-beta1
>
>
> The way logging is implemented now adds the ugly overhead of testing for is<Level>Enabled
before the actual log. While intended to make the code faster, it's also less clean.
> More importantly (not directly connected to the logging framework though) is that the
way logging is implemented is not really helpful for diagnosing problems.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|