Skip to content

SyntheticJay/LoggingFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

(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

About

A (Simple) Logging Framework for Java.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages