org.usergrid.persistence.cassandra.util
Class Slf4jTraceTagReporter

java.lang.Object
  extended by org.usergrid.persistence.cassandra.util.Slf4jTraceTagReporter
All Implemented Interfaces:
TraceTagReporter

public class Slf4jTraceTagReporter
extends Object
implements TraceTagReporter

Simple reporter which dumps to class logger at info level. You can configure a logger with the name "TraceTagReporter" explicitly which, if not in a logging context, then the class level logger will be used.

Author:
zznate

Constructor Summary
Slf4jTraceTagReporter()
           
 
Method Summary
 void report(TraceTag traceTag)
           
 void reportUnattached(TimedOpTag timedOpTag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Slf4jTraceTagReporter

public Slf4jTraceTagReporter()
Method Detail

report

public void report(TraceTag traceTag)
Specified by:
report in interface TraceTagReporter

reportUnattached

public void reportUnattached(TimedOpTag timedOpTag)
Specified by:
reportUnattached in interface TraceTagReporter


Copyright © 2013. All Rights Reserved.