Skip to content

MaybeHawk1/TraceJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TraceJS

Static Badge Static Badge Logo

A simple logging library for javascript

Table of Contents

Functions

Asserts

Name Functionality
assert_eq Assert if equal
assert_nq Assert if not equal
assert Normal Assert

Logging

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

What's Next?

You can see all of the stuff im trying to make inside of TODOS.md. If there is anything else you want you can

Credits

Just me

About

A simple logging library written in JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published