net.sourceforge.cruisecontrol.bootstrappers
Class AllFusionHarvestBootstrapper.MyLogStreamListener

java.lang.Object
  extended bynet.sourceforge.cruisecontrol.bootstrappers.AllFusionHarvestBootstrapper.MyLogStreamListener
Enclosing class:
AllFusionHarvestBootstrapper

public class AllFusionHarvestBootstrapper.MyLogStreamListener
extends java.lang.Object

Simple LogStream Listener class which interprets the message serverity level of Harvest messages and reports them to the CruiseControl log.

Author:
Trinem Consulting Ltd

Constructor Summary
AllFusionHarvestBootstrapper.MyLogStreamListener()
           
 
Method Summary
 void handleMessage(java.lang.String message)
          Takes the given message from Harvest, figures out its severity and reports it back to CruiseControl.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllFusionHarvestBootstrapper.MyLogStreamListener

public AllFusionHarvestBootstrapper.MyLogStreamListener()
Method Detail

handleMessage

public void handleMessage(java.lang.String message)
Takes the given message from Harvest, figures out its severity and reports it back to CruiseControl.

Parameters:
message - The message to process.