Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 594 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 594 Bytes

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