Output variable with util.inspect, and auto expend object.


License
ISC
Install
npm install object-logger@1.0.5

Documentation

Object-Logger

Output variable with util.inspect, and auto expend object.

Install

$ npm install object-logger

Usage

JavaScript

const Logger = require('object-logger').default;

Logger.dir(module);
Logger.dir(module, {colors:true, depth: null});

TypeScript

import Logger from 'object-logger';

Logger.dir(module);
Logger.dir(module, {color:true, depth: null});