Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

Commit

Permalink
doc levels
Browse files Browse the repository at this point in the history
  • Loading branch information
John Stein committed Jun 15, 2019
1 parent 838df20 commit f3ba598
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,14 @@ Defaults to `0`. This is the number of spaces to indent the JSON output.

Defaults to the following levels. You can specify any levels you like.

* trace: 0
* debug: 1
* info: 2
* warn: 3
* error: 4
* fatal: 5
* off: 6
```js
{
trace: 0,
debug: 1,
info: 2,
warn: 3,
error: 4,
fatal: 5,
off: 6
}
```

0 comments on commit f3ba598

Please sign in to comment.