diff -r 322d0feea350 -r 89ef5ed3c48b src/cm/media/js/lib/yui/yui_3.10.3/api/modules/console.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cm/media/js/lib/yui/yui_3.10.3/api/modules/console.html Tue Jul 16 14:29:46 2013 +0200 @@ -0,0 +1,1604 @@ + + + + + console - YUI 3 + + + + + + + + +
+
+
+ +

+ +
+
+ API Docs for: 3.10.3 +
+
+
+ +
+ +
+
+
+ Show: + + + + + + + +
+ + +
+
+
+

console Module

+
+ + + User Guide & Examples + + + + + + +
+ Defined in: console/js/console.js:1 +
+ + + +
+ + + +
+

Console creates a visualization for messages logged through calls to a YUI +instance's Y.log( message, category, source ) method. The +debug versions of YUI modules will include logging statements to offer some +insight into the steps executed during that module's operation. Including +log statements in your code will cause those messages to also appear in the +Console. Use Console to aid in developing your page or application.

+ +

Entry categories "info", "warn", and "error" +are also referred to as the log level, and entries are filtered against the +configured logLevel.

+
+ + + +
+
+ +

This module provides the following classes:

+ + + +
+ +
+ +
+
+ +
+
+
+
+
+
+ + + + + + + + + +