Package | Description |
---|---|
org.apache.log4j.chainsaw |
Chainsaw is a GUI log viewer and filter for the log4j
package.
|
Modifier and Type | Field and Description |
---|---|
private static EventDetails[] |
MyTableModel.EMPTY_LIST
definition of an empty list
|
private EventDetails[] |
MyTableModel.mFilteredEvents
events that are visible after filtering
|
Modifier and Type | Method and Description |
---|---|
EventDetails |
MyTableModel.getEventDetails(int aRow)
Get the throwable information at a specified row in the filtered events.
|
Modifier and Type | Method and 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.
|