jhannes / logevents

An easy-to-extend implementation of SLF4J with batteries included and sensible defaults

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Design-documentation

jhannes opened this issue · comments

Create UML diagrams:

  • Sequence diagrams for logging with null, filtered and composite observers
  • New class diagram
  • Object diagram

While reviewing oo design, some classes perhaps should be renamed:

  • LoggerConfiguration/LoggerDelegator hierarchy should be renamed LogEventLogger, RootLogEventLogger and CategoryLogEventLogger
  • Perhaps a superclass for File, Console and Network observers (or maybe not)

Some of this has been done. Other parts will resurface if important