it.haefelinger.flaka
Class XmlLogger.TimedElement
java.lang.Object
it.haefelinger.flaka.XmlLogger.TimedElement
- Enclosing class:
- XmlLogger
protected static class XmlLogger.TimedElement
- extends Object
Utility class representing the time an element started.
|
Field Summary |
protected Element |
element
Element created at the start time. |
protected long |
startTime
Start time in milliseconds (as returned by
System.currentTimeMillis()). |
startTime
protected long startTime
- Start time in milliseconds (as returned by
System.currentTimeMillis()).
element
protected Element element
- Element created at the start time.
XmlLogger.TimedElement
protected XmlLogger.TimedElement()
toString
public String toString()
- Overrides:
toString in class Object