public class TraceProxy extends Object
Constructor and Description |
---|
TraceProxy() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
trace(T instance)
Returns an object that will trace all calls to itself.
|
static <T,V> T |
trace(T instance,
Sampler<V> sampler)
Returns an object that will trace all calls to itself.
|
public static <T> T trace(T instance)
instance
- public static <T,V> T trace(T instance, Sampler<V> sampler)
V
- instance
- sampler
- Copyright © 2014. All rights reserved.