Skip to content

Commit

Permalink
update:log levels
Browse files Browse the repository at this point in the history
  • Loading branch information
shirtiny committed Feb 17, 2022
1 parent a5ca6b8 commit 67151c9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ const logger = new ShLogger({
enum LEVELS {
log = 0,
version = 0,
error = 0,
key = 0,
warn = 1,
interval = 1,
service = 2,
api = 3,
http = 3,
debug = 3,
error = 1,
warn = 2,
key = 3,
interval = 3,
service = 4,
api = 5,
http = 6,
debug = 7,
}
```

Expand Down

0 comments on commit 67151c9

Please sign in to comment.