public class TimeLogger
extends java.lang.Object
Constructor and Description |
---|
TimeLogger()
Creates the object and records the time
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
logTimer(java.lang.String message)
returns a log with the duration since last call
|