lib/index.js
Function Logger
has 70 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
var Logger = function (options, group) {
var logFunctions;
var noOp = function () {
return logFunctions;
};
Function profile
has 33 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
Logger.prototype.profile = function (component, verbose) {
var log = this;
Object.keys(component).forEach(
function (key) {
var oldFn;