Package net.sourceforge.groboutils.codecoverage.v2.logger

A minimal package that is included in the runtime execution environment.

See:
          Description

Interface Summary
ICoverageLoggerConst Contains all the constants used by CoverageLogger.
ISingleSource A shared mark writer.
 

Class Summary
AbstractSingleSourceLoggerFactory A shared mark writer.
CacheDirChannelLogger This is the same as the DirectoryChannelLogger, except that the open files are cached for access.
CacheDirChannelLoggerFactory This is the same as the DirectoryChannelLoggerFactory, except that it caches the files as open.
CoverageLogger The singleton invoked at runtime to log each marked bytecode instruction covered.
DefaultChannelLogRecord A standard implementation of a channel log record.
DirectoryChannelLogger Logs coverage reports to a directory of logs.
DirectoryChannelLoggerFactory The singleton invoked at runtime to log each marked bytecode instruction covered.
DirectoryChannelLogReader Reads logs written by DirectoryChannelLogger.
DirectoryClassChannelLogReader Reads logs written by DirectoryChannelLogger.
EmptyClassChannelLogReader Reads logs written by DirectoryChannelLogger.
FileSingleSourceLoggerFactory Output the shared marks to a file.
MinDirChannelLogger Same as the DirectoryChannelLogger, but includes a JDK 1.2 optimization to minimize the size of the log files.
MinDirChannelLoggerFactory The singleton invoked at runtime to log each marked bytecode instruction covered.
NoOpChannelLogger Doesn't do any logging.
NoOpChannelLoggerFactory The singleton invoked at runtime to log each marked bytecode instruction covered.
SingleSourceLogger Outputs the marks to the owning source.
StdoutChannelLogger Logs coverage reports to a directory of logs.
StdoutChannelLoggerFactory The singleton invoked at runtime to log each marked bytecode instruction covered.
 

Package net.sourceforge.groboutils.codecoverage.v2.logger Description

A minimal package that is included in the runtime execution environment.



Copyright © 2001-2003 by The GroboUtils Project