Module: _log

(require("_log"))(dump) → {boolean}

Dumps input to console
Parameters:
Name Type Description
dump anything whatever you want to dump
Source:
Returns:
true if logging enabled, otherwise false
Type
boolean
Example
myPapi.bibSearchKW('dogs', 'KW').then(function(response){ });