Allowing adding identifiers to Wicket log messages for AJAX debugging
---------------------------------------------------------------------
Key: WICKET-3305
URL: https://issues.apache.org/jira/browse/WICKET-3305
Project: Wicket
Issue Type: Improvement
Components: wicket
Reporter: Chris Lampley
Priority: Minor
Currently, there is no way to add identifiers to logging on the Wicket side in
order to debug AJAX request paths in a multithreaded environment. One possible
solution would be to change Component's info, error, warn, debug, and fatal
methods to non-final to allow implementations to tag the internal Wicket log
messages with some identifiable information such as session id.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.