Package org.jumpmind.util
Class LogSummary
java.lang.Object
org.jumpmind.util.LogSummary
- All Implemented Interfaces:
Comparable<LogSummary>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(LogSummary other) intgetCount()longorg.slf4j.event.LevelgetLevel()longvoidsetCount(int count) voidsetFirstOccurranceTime(long firstOccurranceDate) voidsetLevel(org.slf4j.event.Level level) voidsetLevelInt(Integer levelInt) voidsetMessage(String message) voidsetMostRecentThreadName(String mostRecentThreadName) voidsetMostRecentTime(long mostRecentDate) voidsetStackTrace(String st) voidsetThrowable(Throwable throwable)
-
Constructor Details
-
LogSummary
public LogSummary()
-
-
Method Details
-
setLevel
public void setLevel(org.slf4j.event.Level level) -
getLevel
public org.slf4j.event.Level getLevel() -
getStackTrace
-
setStackTrace
-
getLevelInt
-
setLevelInt
-
getFirstOccurranceTime
public long getFirstOccurranceTime() -
setFirstOccurranceTime
public void setFirstOccurranceTime(long firstOccurranceDate) -
getMostRecentTime
public long getMostRecentTime() -
setMostRecentTime
public void setMostRecentTime(long mostRecentDate) -
getCount
public int getCount() -
setCount
public void setCount(int count) -
getMessage
-
setMessage
-
setMostRecentThreadName
-
getMostRecentThreadName
-
setThrowable
-
getThrowable
-
compareTo
- Specified by:
compareToin interfaceComparable<LogSummary>
-