[jira] [Commented] (WW-4344) Improve Logging layer implementation to avoid additional boilerplate with if (LOG.isDebugEnable)

2014-08-07 Thread Lukasz Lenart (JIRA)
[ https://issues.apache.org/jira/browse/WW-4344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14088918#comment-14088918 ] Lukasz Lenart commented on WW-4344: --- The following discussion

[jira] [Commented] (WW-4344) Improve Logging layer implementation to avoid additional boilerplate with if (LOG.isDebugEnable)

2014-05-11 Thread Johannes Geppert (JIRA)
[ https://issues.apache.org/jira/browse/WW-4344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13994457#comment-13994457 ] Johannes Geppert commented on WW-4344: -- Use slf4j instead of own xwork logging facade is

[jira] [Commented] (WW-4344) Improve Logging layer implementation to avoid additional boilerplate with if (LOG.isDebugEnable)

2014-05-11 Thread Jason Pyeron (JIRA)
[ https://issues.apache.org/jira/browse/WW-4344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13994714#comment-13994714 ] Jason Pyeron commented on WW-4344: -- I think we should use java.util.logging, slf4j can

[jira] [Commented] (WW-4344) Improve Logging layer implementation to avoid additional boilerplate with if (LOG.isDebugEnable)

2014-05-11 Thread Lukasz Lenart (JIRA)
[ https://issues.apache.org/jira/browse/WW-4344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13994818#comment-13994818 ] Lukasz Lenart commented on WW-4344: --- The current logging facade is very good, I don't see

[jira] [Commented] (WW-4344) Improve Logging layer implementation to avoid additional boilerplate with if (LOG.isDebugEnable)

2014-05-10 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/WW-4344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13994401#comment-13994401 ] Paul Benedict commented on WW-4344: --- What logging framework are we using? Is it SLF4J? If