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_LISTdefinition of an empty listprivate EventDetails[]MyTableModel. mFilteredEventsevents that are visible after filteringMethods in org.apache.log4j.chainsaw that return EventDetails Modifier and Type Method Description EventDetailsMyTableModel. 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 voidMyTableModel. addEvent(EventDetails aEvent)Add an event to the list.private static java.lang.StringDetailPanel. getThrowableStrRep(EventDetails aEvent)Returns a string representation of a throwable.private booleanMyTableModel. matchFilter(EventDetails aEvent)Returns whether an event matches the filters.
-