org.jboss.dashboard.profiler
Class ThreadProfile.LogEvent
java.lang.Object
org.jboss.dashboard.profiler.ThreadProfile.LogEvent
- Direct Known Subclasses:
- ThreadProfile.CodeBlockBeginEvent, ThreadProfile.CodeBlockEndEvent, ThreadProfile.Log4JEvent, ThreadProfile.MessageEvent
- Enclosing class:
- ThreadProfile
public abstract static class ThreadProfile.LogEvent
- extends Object
Base class for log events.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadProfile.LogEvent
protected ThreadProfile.LogEvent(CodeBlockTrace trace,
long timestamp)
getCodeBlockTrace
public CodeBlockTrace getCodeBlockTrace()
getTimestamp
public long getTimestamp()
format
public abstract String format(Map<String,Object> props)
Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.