org.kuali.rice.kew.util
Class PerformanceLogger
java.lang.Object
org.kuali.rice.kew.util.PerformanceLogger
public class PerformanceLogger
- extends Object
Records and logs performance information about an elapsed time period.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
private static final org.apache.log4j.Logger LOG
startTime
private long startTime
documentId
private String documentId
PerformanceLogger
public PerformanceLogger()
PerformanceLogger
public PerformanceLogger(String documentId)
recordStartTime
private void recordStartTime()
log
public void log(String message)
log
public void log(String message,
boolean terminalPoint)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.