|
||||||||||
| 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.Log4jAggregator
public class Log4jAggregator
The Log4jAggregator uses Log4J logging
to log raw measurement results. Raw results will be logged at level
INFO.
AbstractLogAggregator for performance impact and
further details/configurations.
| Field Summary | |
|---|---|
protected org.apache.log4j.Logger |
log
|
| Fields inherited from class etm.contrib.aggregation.log.AbstractLogAggregator |
|---|
ctx, DEFAULT_LOG_NAME, delegate, filter, formatter, logName |
| Constructor Summary | |
|---|---|
Log4jAggregator(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 |
| Field Detail |
|---|
protected org.apache.log4j.Logger log
| Constructor Detail |
|---|
public Log4jAggregator(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 | |||||||||