$.Console.FunctionName
/*
$.Console.functions holds the Function Names
(see http://getfirebug.com/console.html for more details on each function)
Log
Trace
Debug
Info
Warn
Error
Dir
DirXML
Group
GroupCollapsed
GroupEnd
Time
TimeEnd
Profile
ProfileEnd
Count
*/
//E.g.
$.Console.Log('message',['dsad','dasdas'],{orJSON:'312'});
//Sends each selected element to the console
$('selector').Console($.Console.functions.Info)