TPTP 4.4.0 Monitoring Tools Project
Internal API Specification

org.eclipse.tptp.monitoring.instrumentation.internal.cbe.model
Class CBELoggingAgentOutputter

java.lang.Object
  extended byorg.eclipse.tptp.monitoring.instrumentation.internal.cbe.model.CBELoggingAgentOutputter
All Implemented Interfaces:
ICbeOutputter

public class CBELoggingAgentOutputter
extends java.lang.Object
implements ICbeOutputter

Outputter for the Common Base Event Logging Agent output.


Constructor Summary
CBELoggingAgentOutputter()
           
 
Method Summary
 void output(java.lang.String loggerName, org.eclipse.hyades.logging.events.cbe.CommonBaseEvent commonBaseEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CBELoggingAgentOutputter

public CBELoggingAgentOutputter()
Method Detail

output

public void output(java.lang.String loggerName,
                   org.eclipse.hyades.logging.events.cbe.CommonBaseEvent commonBaseEvent)
Specified by:
output in interface ICbeOutputter

TPTP 4.4.0 Monitoring Tools Project
Internal API Specification