Uses of Interface
net.sourceforge.groboutils.codecoverage.v2.IChannelLoggerFactory

Packages that use IChannelLoggerFactory
net.sourceforge.groboutils.codecoverage.v2.logger A minimal package that is included in the runtime execution environment. 
 

Uses of IChannelLoggerFactory in net.sourceforge.groboutils.codecoverage.v2.logger
 

Classes in net.sourceforge.groboutils.codecoverage.v2.logger that implement IChannelLoggerFactory
 class AbstractSingleSourceLoggerFactory
          A shared mark writer.
 class CacheDirChannelLoggerFactory
          This is the same as the DirectoryChannelLoggerFactory, except that it caches the files as open.
 class DirectoryChannelLoggerFactory
          The singleton invoked at runtime to log each marked bytecode instruction covered.
 class FileSingleSourceLoggerFactory
          Output the shared marks to a file.
 class MinDirChannelLoggerFactory
          The singleton invoked at runtime to log each marked bytecode instruction covered.
 class NoOpChannelLoggerFactory
          The singleton invoked at runtime to log each marked bytecode instruction covered.
 class StdoutChannelLoggerFactory
          The singleton invoked at runtime to log each marked bytecode instruction covered.
 



Copyright © 2001-2003 by The GroboUtils Project