org.usergrid.persistence.cassandra.util
Class Slf4jTraceTagReporter
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Slf4jTraceTagReporter
public Slf4jTraceTagReporter()
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.