Skip to content

Pretty JSON in Logger #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
oshliaer opened this issue Aug 5, 2017 · 0 comments
Closed

Pretty JSON in Logger #3

oshliaer opened this issue Aug 5, 2017 · 0 comments
Assignees
Labels

Comments

@oshliaer
Copy link
Owner

oshliaer commented Aug 5, 2017

function example(){
  ll_(new Date(), {a:5, b:{c:'abc'}}, 6, 'def');
}
[17-10-19 23:21:42:458 MSK] 
"2017-10-19T20:21:42.456Z"
{
  "a": 5,
  "b": {
    "c": "abc"
  }
}
6
@oshliaer oshliaer self-assigned this Aug 5, 2017
@oshliaer oshliaer changed the title Move Pretty JSON in Logger Pretty JSON in Logger Aug 6, 2017
oshliaer added a commit that referenced this issue Aug 6, 2017
@oshliaer oshliaer closed this as completed Aug 6, 2017
oshliaer added a commit that referenced this issue Oct 19, 2017
Issue: #3
Comment:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant