Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 857 Bytes

File metadata and controls

41 lines (26 loc) · 857 Bytes

(Simple) Logging framework for java.

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.

Use

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();

Features

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.

Use of this framework

Refer to the license.

Changelog

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