Uses of Class
ParkNPark.common.LogEntry

Packages that use LogEntry
ParkNPark.common   
 

Uses of LogEntry in ParkNPark.common
 

Fields in ParkNPark.common with type parameters of type LogEntry
protected  List<LogEntry> Logger.log
          Our currently-active log
 

Methods in ParkNPark.common that return LogEntry
 LogEntry Logger.beginLogEntry(String methodName)
          Creates a new LogEntry object instance, adds it to the log, and, just before returning it, sets its probeIn property to the current time in microseconds.
 LogEntry Logger.beginLogEntry(String methodName, String clientName)
          Creates a new LogEntry object instance, adds it to the log, and, just before returning it, sets its probeIn property to the current time in microseconds
 

Methods in ParkNPark.common with parameters of type LogEntry
 void Logger.endLogEntry(LogEntry logEntry)
          Ends a LogEntry after setting the probeOut property to the current time in microseconds