-
Task
-
Resolution: Done
-
Major
-
None
-
None
Methods that takes parameter should have those logged as part of the .finest() / .trace() statement.
F.ex.
log.trace("addConnectionEventListener()");
should be
log.tracef("addConnectionEventListener(%s)", cel);