249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "name" : "console",
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "displayName": "Console",
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "description": "Message logging UI. Typically used as a development tool.",
ad2670c2a72f6612b923c6f67823a561cd5ee9beLuke Smith "author" : ["dgathright"],
ddffbabfb50efb153ae0d4a9a39c0ffb3f17d746Luke Smith "tags": ["devtool", "console", "development"],
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "use" : ["console"],
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "examples": [
b96d996309309541dc72ee198c96c06e1b16bbfeJenny Donnelly "name" : "console-basic",
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "displayName": "Creating a Console for Debugging",
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "description": "The basics of setting up a Console",
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "modules": ["console","console-filters"],
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "tags": ["console", "console-filters", "filter", "draggable"],
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "hideTableOfContents": true
b96d996309309541dc72ee198c96c06e1b16bbfeJenny Donnelly "name": "console-yui-config",
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "displayName": "YUI Configuration to Filter Log Messages",
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "description": "Using your YUI instance configuration to filter which messages are reported in the Console",
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "modules": ["console"],
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "tags": ["console", "debug", "filter", "log"],
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "**noteForTheExample**": ["console","selector-css3","json-stringify"],
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "hideTableOfContents": true
b96d996309309541dc72ee198c96c06e1b16bbfeJenny Donnelly "name": "console-global",
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "displayName": "Creating a Universal Console",
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "description": "Using the Console's logSource attribute to consolidate log messages from multiple YUI instances into one Console",
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "modules": ["console"],
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "tags": ["console", "debug", "log", "Y.Global", "sandbox"],
249e4018d7634fb9dc0c49976e034993f8fa065cLuke Smith "hideTableOfContents": true