[
https://issues.apache.org/jira/browse/WICKET-2084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12673505#action_12673505
]
Martin Grigorov commented on WICKET-2084:
-----------------------------------------
A little correction for the patch above: console.*info* is used for all the
logging levels, it should be console.info(), console.debug(), console.error(),
console.warn() ...
Apart of that I'm a bit concerned about info, debug and log. Console API
doesn't provide means how to set the minimal logging level and I think it would
be too much to log anything but warn and error. If you want to see all the
details then you could open the Debug window but it would be useful to see the
red icon of Firebug blinking when there are errors in the Ajax response
processing.
> Integrate Wicket Ajax debug console to Firebug
> ----------------------------------------------
>
> Key: WICKET-2084
> URL: https://issues.apache.org/jira/browse/WICKET-2084
> Project: Wicket
> Issue Type: New Feature
> Components: wicket
> Reporter: Timo Rantalaiho
> Assignee: Timo Rantalaiho
> Fix For: 1.5-M1
>
>
> If the Firebug function called "console" exists, provide the ajax debug
> console messages also there.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.