A simple logging library for javascript
Name | Functionality |
---|---|
assert_eq | Assert if equal |
assert_nq | Assert if not equal |
assert | Normal Assert |
Name | Functionality |
---|---|
error | console.error 's inside of the logs group |
warning | console.warn 's the message, inside of the logs group |
success | consol.log 's the message, inside of the logs group |
logger_group_start | opens the logs group |
logger_group_start | closes the logs group |
You can see all of the stuff im trying to make inside of TODOS.md. If there is anything else you want you can
- 1.Create a pull request
- 2.Email me at [email protected]
Just me