Uses of Class
org.apache.log4j.chainsaw.EventDetails
-
Packages that use EventDetails Package Description org.apache.log4j.chainsaw Chainsaw is a GUI log viewer and filter for the log4j package. -
-
Uses of EventDetails in org.apache.log4j.chainsaw
Fields in org.apache.log4j.chainsaw declared as EventDetails Modifier and Type Field Description private static EventDetails[]
MyTableModel. EMPTY_LIST
definition of an empty listprivate EventDetails[]
MyTableModel. mFilteredEvents
events that are visible after filteringMethods in org.apache.log4j.chainsaw that return EventDetails Modifier and Type Method Description EventDetails
MyTableModel. getEventDetails(int aRow)
Get the throwable information at a specified row in the filtered events.Methods in org.apache.log4j.chainsaw with parameters of type EventDetails Modifier and Type Method Description void
MyTableModel. addEvent(EventDetails aEvent)
Add an event to the list.private static java.lang.String
DetailPanel. getThrowableStrRep(EventDetails aEvent)
Returns a string representation of a throwable.private boolean
MyTableModel. matchFilter(EventDetails aEvent)
Returns whether an event matches the filters.
-