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)

Constructor Summary
PerformanceLogger()
           
PerformanceLogger(String documentId)
           
 
Method Summary
 void debug(String message)
           
 void debug(String message, boolean terminalPoint)
           
 void log(String message)
           
 void log(String message, boolean terminalPoint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerformanceLogger

public PerformanceLogger()

PerformanceLogger

public PerformanceLogger(String documentId)
Method Detail

log

public void log(String message)

log

public void log(String message,
                boolean terminalPoint)

debug

public void debug(String message)

debug

public void debug(String message,
                  boolean terminalPoint)


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.