Evaluating Software Design Patterns
— the "Gang of Four" patterns implemented in Java 6

Uses of Package
dk.rode.thesis.meta.log

Packages that use dk.rode.thesis.meta.log
dk.rode.thesis.facade Implementations and examples of the Facade design pattern [Gamma95, p.185]. 
dk.rode.thesis.meta.log Defines the simple log model used throughout this project, including system out loggers and file loggers. 
dk.rode.thesis.meta.reflect Various reflection utilities and classes
dk.rode.thesis.meta.test Various tests
dk.rode.thesis.visitor Implementations and examples of the Visitor design pattern [Gamma95, p.331]. 
 

Classes in dk.rode.thesis.meta.log used by dk.rode.thesis.facade
Log
          A very simple logger used in this project.
 

Classes in dk.rode.thesis.meta.log used by dk.rode.thesis.meta.log
AbstractLog
          An abstract log implements the basic traits of any Log implementation.
AppendableLog
          An appendable log uses an Appendable object as the target for log messages, for example a PrintStream such as System.out.
Log
          A very simple logger used in this project.
LogManager
          A simple log manager to create and deliver logs to use, either globally or per unique class.
 

Classes in dk.rode.thesis.meta.log used by dk.rode.thesis.meta.reflect
Log
          A very simple logger used in this project.
 

Classes in dk.rode.thesis.meta.log used by dk.rode.thesis.meta.test
Log
          A very simple logger used in this project.
 

Classes in dk.rode.thesis.meta.log used by dk.rode.thesis.visitor
Log
          A very simple logger used in this project.
 


Gunni Rode / rode.dk

Feel free to use and/or modify the Java 6 source code developed for this thesis AT YOUR OWN RISK, but note that the source code comes WITHOUT ANY — and I do mean WITHOUT ANY — form of warranty WHAT SO EVER!

The original thesis and source code are available at rode.dk/thesis.