|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.groboutils.codecoverage.v2.util.SingleLogFilter
Transforms the single logging format to the standard logging format.
Constructor Summary | |
SingleLogFilter()
|
Method Summary | |
protected void |
cleanupChannels(IChannelLogger[] loggers)
|
protected IChannelLogger[] |
createChannels(java.io.File dir,
int count)
|
void |
process(int channelCount,
java.io.File dir)
Loads all data from the given log directory, and outputs the standard format in the same place. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SingleLogFilter()
Method Detail |
public void process(int channelCount, java.io.File dir) throws java.io.IOException
ILogFilter
process
in interface ILogFilter
channelCount
- the number of channels that the output logging
should use.dir
- the directory where all the logs should live.
java.io.IOException
- if there is an I/O error reading from r.protected IChannelLogger[] createChannels(java.io.File dir, int count)
protected void cleanupChannels(IChannelLogger[] loggers)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |