Skip to content

AlexanderLapygin/logger-in-ca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logger on Clean Architecture

The attempt of simplest implementation of Clean Architecture.

The logger is selected as an example.

Logger's features:

  • Multiple log writers: console, files, ...
  • Filtering by log level: TRACE, DEBUG, INFO, WARN, ERROR, FATAL
  • Independent filtering for each log writer
  • Pluggable filters
  • Runtime-switching behavior
  • Logger's dashboard (?)
  • ...