Skip to content

nstarlike/JavaLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaLogger

There are a plenty of libraries to log messages. When we need to print some messages or values of variables, we can use those libraries. But those libraries are a little difficult 😭 to use because they have so many functionalities. I think it could be easier if those functionalities are separated, we can use those with default settings and we can only choose the libraries we just want simply. How we can implement those requirements will be our job. Let's use our brain‼✨

Architecture

  • Context
  • Configuration
  • Formatter
  • Appender
  • Logger

Technology

  • Java

About

Logger Library written in Java

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages