Uses of Class
com.tenduke.diagnostics.AbstractLogWriter

Packages that use AbstractLogWriter
com.tenduke.diagnostics Patterns and implementation for Logging and Reporting. 
 

Uses of AbstractLogWriter in com.tenduke.diagnostics
 

Subclasses of AbstractLogWriter in com.tenduke.diagnostics
 class ConsoleLogWriter
           Log writer that listens to log entries published by a Logger and writes error messages to console (stderr).
 class LogFileWriter
           Log writer that listens to log entries published by a Logger and writes error messages to console (stderr).