ICEfaces
  1. ICEfaces
  2. ICE-6646

Support client console logging in IE 8 and IE 9 Developer Tools

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 2.0.0, 2.0.0-EE-Beta1
    • Fix Version/s: 2.0.1
    • Component/s: Bridge
    • Labels:
      None
    • Environment:
      ICEfaces 2 client IE8 IE9

      Description

      We currently support logging on the client by either using the window.console if it's available (Firebug, Chrome, and Safari) or our own Window logging as a fallback. Since IE8 and IE9 now come with a set of developer tools that includes console logging, we should adapt our logging so that it can be used. We can either:

      1) Add a new IELogHandler to complement the existing FirebugLogHandler and WindowLogHandler implementations (as I don't think the IE console supports the 'debug' logging level) or...

      2) Adapt the existing FirebugLogHandler to be a more generic ConsoleLogHandler. This might mean trading a bit less code for a bit less flexibility.

        Activity

        Hide
        Deryk Sinotte added a comment -

        Some info on the IE console logging can be found here: http://msdn.microsoft.com/en-us/library/gg589530(v=vs.85).aspx

        Show
        Deryk Sinotte added a comment - Some info on the IE console logging can be found here: http://msdn.microsoft.com/en-us/library/gg589530(v=vs.85).aspx
        Hide
        Mircea Toma added a comment -

        Renamed FirebugLogHandler to ConsoleLogHandler. Modified log handler to adapt to IE's console logging behavior.

        Show
        Mircea Toma added a comment - Renamed FirebugLogHandler to ConsoleLogHandler. Modified log handler to adapt to IE's console logging behavior.

          People

          • Assignee:
            Mircea Toma
            Reporter:
            Deryk Sinotte
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: