source: branches/dev/html/test/kakinaka/js/logger/README @ 8

Revision 8, 780 bytes checked in by root, 17 years ago (diff)

new import

Line 
1Logger Release Notes
2
3
4
5*** version 0.11.3 ***
6
7* The Logger static method enableFirebug() has been RENAMED to
8enableBrowserConsole().
9
10* The Logger static method disableFirebug() has been RENAMED to
11disableBrowserConsole().
12
13* By default, the Logger will not automatically output to Firebug or Safari's
14JavaScript console. To enable this feature, implementers should now explicitly call
15YAHOO.widget.Logger.enableBrowserConsole().
16
17* Implementers may now cap the size of the YAHOO.widget.Logger stack by setting
18the property YAHOO.widget.Logger.maxStackEntries.
19
20* Implementers may now control the number of items displayed in each console by
21setting the LogReader properties thresholdMax and thresholdMin.
22
23
24
25*** version 0.11.0 ***
26
27* Initial release
Note: See TracBrowser for help on using the repository browser.