Creates a channel logger. Used by the singleton CoverageLogger
to dynamically create the logger being used for the runtime execution.
author: Matt Albrecht groboclown@users.sourceforge.net version: $Date: 2003/02/10 22:51:25 $ since: December 15, 2002
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.