class.printIt
Prints the output to the console via the methods chosen
Debug.printIt(type, log)
Prints the output to the console via the methods chosen
Parameters
-
type
{String} Type of logger to use
-
log
{String | Array | Object} Accepts any number of arguments of any type.
Returns
{function()}
Executes console.log, etc. via .apply() with the options chosen