1.0.1 • Published 4 years ago
yassl v1.0.1
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.