Skip to content

Alternative logging to avoid Chrome issue w/ logging objects.

Notifications You must be signed in to change notification settings

BenBrostoff/alt-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Greenkeeper badge Coverage Status

Super small npm module in response to known issues with Chrome not logging objects at current state.

Usage

const AltConsole = require('alt-console');

const logger = new AltConsole();

const obj = { a: 1 };

logger.getCallStack();
logger.liveLog(obj); // { a: 1 }

const obj = { a: 2 };

About

Alternative logging to avoid Chrome issue w/ logging objects.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published