|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectetm.contrib.aggregation.log.AbstractLogAggregator
etm.contrib.aggregation.log.Jdk14LogAggregator
public class Jdk14LogAggregator
The Jdk14LogAggregator uses JDK 1.4 logging
to log raw measurement results. Raw results will be logged at level
INFO.
AbstractLogAggregator for performance impact and
further details/configurations.
| Field Summary |
|---|
| Fields inherited from class etm.contrib.aggregation.log.AbstractLogAggregator |
|---|
ctx, DEFAULT_LOG_NAME, delegate, filter, formatter, logName |
| Constructor Summary | |
|---|---|
Jdk14LogAggregator(Aggregator aAggregator)
|
|
| Method Summary | |
|---|---|
AggregatorMetaData |
getMetaData()
Returns detailed information about the aggregator chain. |
protected void |
logMeasurement(EtmPoint aPoint)
Logs a raw measurement result. |
void |
start()
Lifecycle method, will be called after all Aggregator instances are initialized by calling Aggregator.init(etm.core.monitor.EtmMonitorContext) and before the
EtmMonitor instance will becomes available. |
| Methods inherited from class etm.contrib.aggregation.log.AbstractLogAggregator |
|---|
add, flush, init, render, reset, reset, setFilterPattern, setFormatter, setFormatterClass, setLogName, stop |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Jdk14LogAggregator(Aggregator aAggregator)
| Method Detail |
|---|
protected void logMeasurement(EtmPoint aPoint)
AbstractLogAggregator
logMeasurement in class AbstractLogAggregatoraPoint - The point to be logged.public AggregatorMetaData getMetaData()
Aggregator
public void start()
AggregatorAggregator.init(etm.core.monitor.EtmMonitorContext) and before the
EtmMonitor instance will becomes available.
start in interface Aggregatorstart in class AbstractLogAggregator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||