|
0
|
1 |
The Console tool
|
|
|
2 |
The Console tool creates a cross browser display to read log messages emitted by the YUI logging subsystem.
|
|
|
3 |
|
|
|
4 |
3.0.0 beta1
|
|
|
5 |
* logSource attribute added to configure listening for events from a
|
|
|
6 |
specific target. Also useful for subscribing to all log events across
|
|
|
7 |
multiple YUI instances.
|
|
|
8 |
* Lowered consoleLimit default to 300
|
|
|
9 |
* printLimit attribute added to limit the number of entries from the buffer
|
|
|
10 |
to output in a given printBuffer call
|
|
|
11 |
* printBuffer(max) argument added to limit the number of entries to print
|
|
|
12 |
in this cycle
|
|
|
13 |
* Changed from setTimeout to setInterval to chunk DOM output
|
|
|
14 |
* logLevel constants changed to strings and categories outside info, warn,
|
|
|
15 |
and error are not treated as info
|
|
|
16 |
* CSS updates
|
|
|
17 |
* Support for height and width attribute configuration
|
|
|
18 |
* Changed <input type="button"> to <button type="button">
|
|
|
19 |
* Added Collapse/Expand
|
|
|
20 |
* Entry addition and removal now occurs off DOM
|
|
|
21 |
* Entry removal checks that the target node is present before removing it
|
|
|
22 |
* Y.config.debug explicitly set to false during print cycle to avoid
|
|
|
23 |
infinite loops
|
|
|
24 |
|
|
|
25 |
3.0.0pr2
|
|
|
26 |
Initial release
|