This logging framework is for the people who want a simple and pleasant experience with logging in the java language. It's not meant to be advanced, just simple.
To be able to use the Logging Framework you need to initialize it like this.
Logger logger = new LoggerFactory().withName("name").withParenthesis(true|false).create();
It has these features, more to come.
logger.info(msg);
logger.print(msg);
logger.log(msg, level);
The level's are categorized in ranking and can be accessed.
Refer to the license.
23/11/2017:
- Added Time (Thanks for the suggestion Stone_Warrior <3)
- Added new Method, create() (needed to use, thanks stone bb)
27/4/2018:
- Been some time, eh? Might add some stuff when the time comes.
Thanks!
~Jay