Jesper Pedersen created JBJCA-1022:
--------------------------------------
Summary: 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
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