class.printIt

  • function
 

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

  1. type

    {String} Type of logger to use

  2. log

    {String | Array | Object} Accepts any number of arguments of any type.

Returns

{function()}

Executes console.log, etc. via .apply() with the options chosen