0N/A <
title>Test Page</
title>
0N/A<
body class="yui3-skin-sam">
0N/A <
input type="button" id="foo" value="Log foo msg">
0N/A <
input type="button" id="info" value="Log info msg">
0N/A <
input type="button" id="warn" value="Log warn msg">
0N/A <
input type="button" id="error" value="Log error msg">
0N/A <
button type="button" id="hide">Hide</
button>
0N/A <
button type="button" id="show">Show</
button>
2362N/A <
button type="button" id="collapse">Collapse</
button>
2362N/A <
button type="button" id="expand">Expand</
button>
2362N/A <
button type="button" id="destroy">Destroy</
button>
0N/A <
button type="button" id="throttle">Throttle</
button>
0N/A <
button type="button" id="limit">Limit cache</
button>
0N/A //useBrowserConsole:false,
0N/A //logInclude : { global: true },
0N/A //logExclude : { attribute: true },
0N/A 'console-filters': 'debug'
0N/A}).use('console','console-filters', function (Y) {
896N/AY.on('click',function (e) {
Y.log('INFO message long message that should trigger scroll bars '+(++
x.info)); },'#info');
896N/A for (var i = 0; i <
500; ++
i) {
0N/AY.one(
'#limit').
on(
'click',
function () {
896N/A //
useBrowserConsole:
true,
0N/A//
Y.log(
'testing known category',
'info');
0N/AY.log(
'Using a custom source and category',
'note',
'my-app');
0N/A//
Y.log(
'testing known source',
'info',
'global');
896N/A//
Y.log(
'testing long warn that will take up multiple lines in the console',
'warn');
896N/A//
Y.log(
'testing long error that will take up multiple lines in the console',
'error');