Details
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.
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
| Field | Original Value | New Value |
|---|---|---|
| Estimated Complexity | Low | |
| Salesforce Case | [] | |
| Fix Version/s | 2.0.1 [ 10255 ] | |
| Assignee Priority | P3 | |
| Assignee | Mircea Toma [ mircea.toma ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #24106 | Tue Mar 08 17:35:50 MST 2011 | deryk.sinotte | |
| Files Changed | ||||
MODIFY
/icefaces2/trunk/icefaces/core/src/main/javascript/application.js
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #24120 | Thu Mar 10 08:25:44 MST 2011 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces2/trunk/icefaces/core/src/main/javascript/application.js
MODIFY
/projects/bridge-support/src/main/javascript/logger.js
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Assignee Priority | P3 |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

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