org.kuali.rice.kew.util
Class PerformanceLogger

java.lang.Object
  extended by 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)

Field Summary
private  String documentId
           
private static org.apache.log4j.Logger LOG
           
private  long startTime
           
 
Constructor Summary
PerformanceLogger()
           
PerformanceLogger(String documentId)
           
 
Method Summary
 void log(String message)
           
 void log(String message, boolean terminalPoint)
           
private  void recordStartTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

private static final org.apache.log4j.Logger LOG

startTime

private long startTime

documentId

private String documentId
Constructor Detail

PerformanceLogger

public PerformanceLogger()

PerformanceLogger

public PerformanceLogger(String documentId)
Method Detail

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.