Uses of Class
consciouscode.logging.AbstractLog

Packages that use AbstractLog
consciouscode.junit   
consciouscode.logging   
 

Uses of AbstractLog in consciouscode.junit
 

Subclasses of AbstractLog in consciouscode.junit
 class MockLogger
          A Log, used for testing, that ensures that only expected errors are logged.
 

Uses of AbstractLog in consciouscode.logging
 

Subclasses of AbstractLog in consciouscode.logging
 class FileLog
          Log implementation that sends all messages to a file.
 class PrefixedLog
          Log implementation that prefixes each message before sending it on to a target log.
 class PrintLog
          Log implementation that sends all messages to a PrintWriter.
 class TeeLog
          Log implementation that sends all messages to a series of target logs.
 



Copyright © 2001–2012 Todd V. Jonker. All Rights Reserved.