opts | object | An object containg the possible options for this function |
opts.logTypes | object | A collection of logTypes created by the logType function |
opts.debugModes | string | A collection of key value pairs where every key is a logType, and every value is a boolean whether or not that logType is being displayed. If no d |
ebugModes are provided, opts.logging will automatically be set to 'logNone'. | | |
opts.logging | string | An optional parameter to set what will be logged. Possible values include 'logAll', 'logNone'. All other values will default to using the debugModes. |
logAll will log all debug messages, regardless of debugMode. logNone will log no debug messages, regardless of debugMode. | | |