Package com.enonic.xp.trace
Class TraceEvent
- java.lang.Object
-
- com.enonic.xp.trace.TraceEvent
-
public final class TraceEvent extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TraceEvent.Type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TraceEvent
end(Trace trace)
Trace
getTrace()
TraceEvent.Type
getType()
static TraceEvent
start(Trace trace)
-
-
-
Method Detail
-
getType
public TraceEvent.Type getType()
-
getTrace
public Trace getTrace()
-
start
public static TraceEvent start(Trace trace)
-
end
public static TraceEvent end(Trace trace)
-
-