Package xdevs.core.util
Class LoggerFormatter
- java.lang.Object
- 
- java.util.logging.Formatter
- 
- xdevs.core.util.LoggerFormatter
 
 
- 
 public class LoggerFormatter extends Formatter Formatter for the xDEVS logger.
- 
- 
Field SummaryFields Modifier and Type Field Description static LoggerFormatterformatterprotected longstartTime
 - 
Constructor SummaryConstructors Constructor Description LoggerFormatter()Constructor for the LoggerFormatter.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringformat(LogRecord record)StringgetElapsedTime(long currentTime)Get the elapsed time since the start of the logger.- 
Methods inherited from class java.util.logging.FormatterformatMessage, getHead, getTail
 
- 
 
- 
- 
- 
Field Detail- 
formatterpublic static final LoggerFormatter formatter 
 - 
startTimeprotected long startTime 
 
- 
 
-