Package org.apache.log4j.chainsaw.receivers


package org.apache.log4j.chainsaw.receivers
  • Class
    Description
    A panel that allows a user to configure a new Plugin, and view that plugins javadoc at the same time
    A panel that allows the user to edit a particular Plugin, by using introspection this class discovers the modifiable properties of the Plugin
    Helper class to assisit with all the known Receivers.
    This panel is used to manage all the Receivers configured within Log4j
    A TreeModel that encapsulates the details of all the Receivers and their related information in the Log4j framework
    A TreeCellRenderer that can format the information of Receivers and their children
    If a receiver has a visual component, implement this interface and Chainsaw will call 'setContainer' passing in a container that the receiver can use.