MDL-9137 Fixing errors in the overview report
[moodle-pu.git] / lib / yui / logger / README
blob478f308a7ee376f9fe8106bf8dc66d044c9bc521
1 Logger Release Notes
3 **** version 2.3.0 ****
5 * Applied new skinning model.
6 * Logger singleton no longer clobbers itself.
7 * Fixed issues when setting LogReader property footerEnabled to false.
11 **** version 2.2.2 ****
13 * No changes.
17 *** version 2.2.1 ***
19 * Updated default ".yui-log-hd h4" font-size to "107%".
20 * Fixed synchronicity issue with pause()/resume() calls and the corresponding
21 LogReader button state.
22 * Better support for "\n" newlines in log messages, while wrapping long lines in
23 verboseOutput mode.
24 * Added draggable and outputBuffer properties to LogReader.
25 * Added showCategory(), hideCategory(), showSource(), hideSource(), and
26 clearConsole() methods to LogReader.
27 * Support for multiple freestanding LogReader instances.
28 * Improved type checking with YAHOO.lang.
32 **** version 2.2.0 ***
34 * Implemented expand() and collapse() in LogReader class.
35 * Better internal browser detection.
39 *** version 0.12.2 ***
41 * No changes.
45 **** version 0.12.1 ***
47 * Fixed issues with setting LogReader's "bottom" property.
51 *** version 0.12.0 ***
53 * Added method formatMsg(oLogMsg) to support custom formatting of log messages
54 for output to a LogReader.
58 *** version 0.11.3 ***
60 * The Logger static method enableFirebug() has been RENAMED to
61 enableBrowserConsole().
62 * The Logger static method disableFirebug() has been RENAMED to
63 disableBrowserConsole().
64 * By default, the Logger will not automatically output to Firebug or Safari's
65 JavaScript console. To enable this feature, implementers should now explicitly
66 call YAHOO.widget.Logger.enableBrowserConsole().
67 * Implementers may now cap the size of the YAHOO.widget.Logger stack by setting
68 the property YAHOO.widget.Logger.maxStackEntries.
69 * Implementers may now control the number of items displayed in each console by
70 setting the LogReader properties thresholdMax and thresholdMin.
74 *** version 0.11.0 ***
76 * Initial release