Viewing File: /home/ubuntu/walnutminds-ecom-frontend-base/node_modules/relateurl/lib/util/devlog.js

"use strict";

var inspect = require("util").inspect;



function log(data)
{
	console.log( inspect(data, {depth:null, colors:true}) );
}



function logAll(data)
{
	console.log( inspect(data, {depth:null, showHidden:true, colors:true}) );
}



module.exports =
{
	log:    log,
	logAll: logAll
};
Back to Directory File Manager