|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IChannelLogger | |
| net.sourceforge.groboutils.codecoverage.v2 | This package contains all the standard interfaces for extending the code coverage framework. |
| net.sourceforge.groboutils.codecoverage.v2.logger | A minimal package that is included in the runtime execution environment. |
| Uses of IChannelLogger in net.sourceforge.groboutils.codecoverage.v2 |
| Methods in net.sourceforge.groboutils.codecoverage.v2 that return IChannelLogger | |
IChannelLogger |
IChannelLoggerFactory.createChannelLogger(java.lang.String propertyPrefix,
java.util.Properties props,
short channelIndex)
Creates a specific logger type. |
| Uses of IChannelLogger in net.sourceforge.groboutils.codecoverage.v2.logger |
| Classes in net.sourceforge.groboutils.codecoverage.v2.logger that implement IChannelLogger | |
class |
CacheDirChannelLogger
This is the same as the DirectoryChannelLogger, except that the open files are cached for access. |
class |
DirectoryChannelLogger
Logs coverage reports to a directory of logs. |
class |
NoOpChannelLogger
Doesn't do any logging. |
| Methods in net.sourceforge.groboutils.codecoverage.v2.logger that return IChannelLogger | |
IChannelLogger |
NoOpChannelLoggerFactory.createChannelLogger(java.lang.String propertyPrefix,
java.util.Properties props,
short channelIndex)
Creates a specific logger type. |
IChannelLogger |
DirectoryChannelLoggerFactory.createChannelLogger(java.lang.String propertyPrefix,
java.util.Properties props,
short channelIndex)
Creates a specific logger type. |
IChannelLogger |
CacheDirChannelLoggerFactory.createChannelLogger(java.lang.String propertyPrefix,
java.util.Properties props,
short channelIndex)
Creates a specific logger type. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||