/js-logger

Universal dev logger

Primary LanguageJavaScriptMIT LicenseMIT

js-logger

Dev log method, attached to the window object. Logs formated JSON or HTML recursive for environments, where this is not possible.

Code Climate Issue Count

log(document.body);
<body>
    <div id="main-wrapper">
        <p>Hey There</p>    
    </div>
</body>