UNPKG

jsonlogger

Version:

``` var instance = require('logger'); console.log(instance.logs('./',{"id:"","user_name": "testuser"},{}))); output: ,{"id":"","user_name": "testuser"},{} ``` ### 説明 ログをjsonの形に近づけたものです。 outputの最初に付いている```,```はバグではありません jsonに近づけたこのデータを解析するには、正規表現を使いください

4 files
259 B
455 B
616 B
520 B