[jboss-jira] [JBoss JIRA] (JBJCA-1022) Method parameters should be logged
Jeff Zhang (JIRA)
jira-events at lists.jboss.org
Mon Apr 15 02:29:54 EDT 2013
[ https://issues.jboss.org/browse/JBJCA-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jeff Zhang resolved JBJCA-1022.
-------------------------------
Fix Version/s: 1.1.0.Beta5
Resolution: Done
> Method parameters should be logged
> ----------------------------------
>
> Key: JBJCA-1022
> URL: https://issues.jboss.org/browse/JBJCA-1022
> Project: IronJacamar
> Issue Type: Task
> Components: Code Generator
> Reporter: Jesper Pedersen
> Assignee: Jeff Zhang
> Fix For: 1.1.0.Beta5
>
>
> Methods that takes parameter should have those logged as part of the .finest() / .trace() statement.
> F.ex.
> {noformat}
> log.trace("addConnectionEventListener()");
> {noformat}
> should be
> {noformat}
> log.tracef("addConnectionEventListener(%s)", cel);
> {noformat}
--
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
More information about the jboss-jira
mailing list