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

Uses of Class
dk.rode.thesis.meta.log.AbstractLog

Packages that use AbstractLog
dk.rode.thesis.meta.log Defines the simple log model used throughout this project, including system out loggers and file loggers. 
 

Uses of AbstractLog in dk.rode.thesis.meta.log
 

Subclasses of AbstractLog in dk.rode.thesis.meta.log
 class AppendableLog
          An appendable log uses an Appendable object as the target for log messages, for example a PrintStream such as System.out.
 class FileLog
          A file log logs to a given file based on the class a given log is associated with, if any, or to the default log represented by a single physical log file.
 class NullLog
          A null log discards all logged messages regardless if active or not.
 


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.