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.
 

Class Summary
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.
NoOpChannelLogger Doesn't do any logging.
NoOpChannelLoggerFactory 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