Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 389 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 389 Bytes

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 (?)
  • ...