1.0.1 • Published 4 years ago

yassl v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

About

This is a package created for personal uses. This is a simple logger with 4 simple functions:

Logger.error(message);

Logger.info(message);

Logger.warning(message);

Logger.debug(message);

Every message logged will be printed on the console with the following format [INFO|DEBUG|WARNING|ERROR] [DATE] Message and will be stored inside a $PWD/logs folder.

1.0.1

4 years ago

1.0.0

4 years ago