Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.log4j.lf5.util.* (7)org.apache.log4j.lf5.viewer.* (27)
org.apache.log4j.lf5.viewer.categoryexplorer.* (12)org.apache.log4j.lf5.viewer.configure.* (2)

org.apache.log4j.lf5: Javadoc index of package org.apache.log4j.lf5.


Package Samples:

org.apache.log4j.lf5.viewer: This version of LogFactor5 is not completely integrated with log4j.  
org.apache.log4j.lf5.util
org.apache.log4j.lf5.viewer.categoryexplorer
org.apache.log4j.lf5.viewer.configure

Classes:

TrackingAdjustmentListener: An AdjustmentListener which ensures that an Adjustable (e.g. a Scrollbar) will "track" when the Adjustable expands. For example, when a vertical scroll bar is at its bottom anchor, the scrollbar will remain at the bottom. When the vertical scroll bar is at any other location, then no tracking will happen. An instance of this class should only listen to one Adjustable as it retains state information about the Adjustable it listens to.
DefaultLF5Configurator: The DefaultLF5Configurator provides a default configuration for the LF5Appender . Note: The preferred method for configuring a LF5Appender is to use the LF5Manager class. This class ensures that configuration does not occur multiple times, and improves system performance. Reconfiguring the monitor multiple times can result in unexpected behavior.
DateFormatManager: Date format manager. Utility class to help manage consistent date formatting and parsing. It may be advantageous to have multiple DateFormatManagers per application. For example, one for handling the output (formatting) of dates, and another one for handling the input (parsing) of dates.
AppenderFinalizer: AppenderFinalizer has a single method that will finalize resources associated with a LogBrokerMonitor in the event that the LF5Appender class is destroyed, and the class loader is garbage collected.
LF5Appender: LF5Appender logs events to a swing based logging console. The swing console supports turning categories on and off, multiple detail level views, as well as full text searching and many other capabilties.
LogLevel: The LogLevel class defines a set of standard logging levels. The logging Level objects are ordered and are specified by ordered integers. Enabling logging at a given level also enables logging at all higher levels.
Log4JLogRecord: A Log4JLogRecord encapsulates the details of your log4j LoggingEvent in a format usable by the LogBrokerMonitor .
LogLevelFormatException: Thrown to indicate that the client has attempted to convert a string to one the LogLevel types, but the string does not have the appropriate format.
LogTableColumnFormatException: Thrown to indicate that the client has attempted to convert a string to one the LogLevel types, but the string does not have the appropriate format.
LF5SwingUtils: Provides methods to accomplish common yet non-trivial tasks with Swing. Obvious implementations of these methods have been tried and failed.
LogRecordFilter: An interface for classes which filters LogRecords. Implementations represent a rule or condition which LogRecords may pass or fail.
LogFactor5InputDialog: LogFactor5InputDialog Creates a popup input dialog box so that users can enter a URL to open a log file from.
ConfigurationManager: ConfigurationManager handles the storage and retrival of the state of the CategoryExplorer
CategoryAbstractCellEditor: CategoryAbstractCellEditor. Base class to handle the some common details of cell editing.
MRUFileManager: MRUFileManager handles the storage and retrival the most recently opened log files.
CategoryPath: CategoryPath is a collection of CategoryItems which represent a path of categories.
ResourceUtils: ResourceUtils. Provide a set of convenience methods for working with Resources.
LogRecord: LogRecord. A LogRecord encapsulates the details of your desired log request.
CategoryExplorerLogRecordFilter: An implementation of LogRecordFilter based on a CategoryExplorerModel
StartLogFactor5: Starts an instance of the LogFactor5 console for off-line viewing.
CategoryElement: CategoryElement represents a single element or part of a Category.
LogMonitorAdapter: LogMonitorAdapter facilitates the usage of the LogMonitor
PassingLogRecordFilter: An implementation of LogRecordFilter which always returns true.
TreeModelAdapter: Default implementation of TreeModelListener which does nothing.
Resource: Resource encapsulates access to Resources via the Classloader.

Home | Contact Us | Privacy Policy | Terms of Service