| java.lang.Object net.sourceforge.groboutils.codecoverage.v2.logger.CacheDirChannelLoggerFactory
CacheDirChannelLoggerFactory | public class CacheDirChannelLoggerFactory implements IChannelLoggerFactory(Code) | | This is the same as the DirectoryChannelLoggerFactory, except
that it caches the files as open.
author: Matt Albrecht groboclown@users.sourceforge.net version: $Date: 2004/04/21 02:08:44 $ since: May 9, 2003 |
CACHESIZE_PROPERTY | final public static String CACHESIZE_PROPERTY(Code) | | |
DEFAULT_CACHESIZE | final public static int DEFAULT_CACHESIZE(Code) | | |
DEFAULT_DIRECTORY | final public static String DEFAULT_DIRECTORY(Code) | | |
DIRECTORY_PROPERTY | final public static String DIRECTORY_PROPERTY(Code) | | |
createChannelLogger | public IChannelLogger createChannelLogger(String propertyPrefix, Properties props, short channelIndex)(Code) | | Creates a specific logger type. Initializes the logger based on the
given collection of properties.
Parameters: propertyPrefix - the prefix that all logger properties will beginwith. Expect all logger-specific properties to be appended directlyto this string. Parameters: props - the property collection to pull the logger properties from. Parameters: channelIndex - channel number to log to. the initialized logger. |
|
|