Library:Apache Log4J
Version:1.2.13
Compatibility:JDK 1.4
Classes in library Apache Log4J.
NamePackageDescription
AbsoluteTimeDateFormatorg.apache.log4j.helpersFormats a Date in the format "HH:mm:ss,SSS" for example, "15:49:37,459".
AbstractDynamicMBeanorg.apache.log4j.jmxNo description provided.
AdapterLogRecordorg.apache.log4j.lf5.util

A LogRecord to be used with the LogMonitorAdapter

Agentorg.apache.log4j.jmxNo description provided.
AppenderAttachableImplorg.apache.log4j.helpersA straightforward implementation of the AppenderAttachable interface.
AppenderDynamicMBeanorg.apache.log4j.jmxNo description provided.
AppenderFinalizerorg.apache.log4j.lf5AppenderFinalizer 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.
AppenderSkeletonorg.apache.log4jAbstract superclass of the other appenders in the package.
AsyncAppenderorg.apache.log4jThe AsyncAppender lets users log events asynchronously.
AttributesRendererorg.apache.log4j.or.saxRender org.xml.sax.Attributes objects.
BasicConfiguratororg.apache.log4jUse this class to quickly configure the package.
BoundedFIFOorg.apache.log4j.helpersBoundedFIFO serves as the bounded first-in-first-out buffer heavily used by the AsyncAppender .
Categoryorg.apache.log4jThis class has been deprecated and replaced by the Logger subclass.
CategoryAbstractCellEditororg.apache.log4j.lf5.viewer.categoryexplorerCategoryAbstractCellEditor.
CategoryElementorg.apache.log4j.lf5.viewer.categoryexplorerCategoryElement represents a single element or part of a Category.
CategoryExplorerLogRecordFilterorg.apache.log4j.lf5.viewer.categoryexplorerAn implementation of LogRecordFilter based on a CategoryExplorerModel
CategoryExplorerModelorg.apache.log4j.lf5.viewer.categoryexplorerCategoryExplorerModel
CategoryExplorerTreeorg.apache.log4j.lf5.viewer.categoryexplorerCategoryExplorerTree
CategoryImmediateEditororg.apache.log4j.lf5.viewer.categoryexplorerCategoryImmediateEditor
CategoryNodeorg.apache.log4j.lf5.viewer.categoryexplorerCategoryNode
CategoryNodeEditororg.apache.log4j.lf5.viewer.categoryexplorerCategoryNodeEditor
CategoryNodeEditorRendererorg.apache.log4j.lf5.viewer.categoryexplorerCategoryNodeEditorRenderer
CategoryNodeRendererorg.apache.log4j.lf5.viewer.categoryexplorerCategoryNodeRenderer
CategoryPathorg.apache.log4j.lf5.viewer.categoryexplorerCategoryPath is a collection of CategoryItems which represent a path of categories.
ConfigurationManagerorg.apache.log4j.lf5.viewer.configure

ConfigurationManager handles the storage and retrival of the state of the CategoryExplorer

ConsoleAppenderorg.apache.log4jConsoleAppender appends log events to System.out or System.err using a layout specified by the user.
CountingQuietWriterorg.apache.log4j.helpersCounts the number of bytes written.
CyclicBufferorg.apache.log4j.helpersCyclicBuffer is used by other appenders to hold LoggingEvents for immediate or differed display.
DailyRollingFileAppenderorg.apache.log4jDailyRollingFileAppender extends FileAppender so that the underlying file is rolled over at a user chosen frequency.
DateFormatManagerorg.apache.log4j.lf5.utilDate format manager.
DateLayoutorg.apache.log4j.helpersThis abstract layout takes care of all the date related options and formatting work.
DateTimeDateFormatorg.apache.log4j.helpersFormats a Date in the format "dd MMM YYYY HH:mm:ss,SSS" for example, "06 Nov 1994 15:49:37,459".
DefaultLF5Configuratororg.apache.log4j.lf5The DefaultLF5Configurator provides a default configuration for the LF5Appender.
DefaultRepositorySelectororg.apache.log4j.spiNo description provided.
DenyAllFilterorg.apache.log4j.variaThis filter drops all logging events.
DOMConfiguratororg.apache.log4j.xmlUse this class to initialize the log4j environment using a DOM tree.
DOMTestorg.apache.log4j.xml.testNo description provided.
ExternallyRolledFileAppenderorg.apache.log4j.variaThis appender listens on a socket on the port specified by the Port property for a "RollOver" message.
FallbackErrorHandlerorg.apache.log4j.variaThe FallbackErrorHandler implements the ErrorHandler interface such that a secondary appender may be specified.
FileAppenderorg.apache.log4jFileAppender appends log events to a file.
FileWatchdogorg.apache.log4j.helpersCheck every now and then that a certain file has not changed.
Filterorg.apache.log4j.spiUsers should extend this class to implement customized logging event filtering.
FilteredLogTableModelorg.apache.log4j.lf5.viewerA TableModel for LogRecords which includes filtering support.
FormattingInfoorg.apache.log4j.helpersFormattingInfo instances contain the information obtained when parsing formatting modifiers in conversion modifiers.
Hierarchyorg.apache.log4jThis class is specialized in retrieving loggers by name and also maintaining the logger hierarchy.
HierarchyDynamicMBeanorg.apache.log4j.jmxNo description provided.
HTMLLayoutorg.apache.log4jThis layout outputs events in a HTML table.
ISO8601DateFormatorg.apache.log4j.helpersFormats a Date in the format "YYYY-mm-dd HH:mm:ss,SSS" for example "1999-11-27 15:49:37,459".
JDBCAppenderorg.apache.log4j.jdbc

WARNING: This version of JDBCAppender is very likely to be completely replaced in the future.

JMSAppenderorg.apache.log4j.netA simple appender that publishes events to a JMS Topic.
JMSSinkorg.apache.log4j.netA simple application that consumes logging events sent by a JMSAppender .
Layoutorg.apache.log4jExtend this abstract class to create your own log layout format.
LayoutDynamicMBeanorg.apache.log4j.jmxNo description provided.
Levelorg.apache.log4jDefines the minimum set of levels recognized by the system, that is OFF, FATAL, ERROR, WARN, INFODEBUG and ALL.
LevelMatchFilterorg.apache.log4j.variaThis is a very simple filter based on level matching.
LevelRangeFilterorg.apache.log4j.variaThis is a very simple filter based on level matching, which can be used to reject messages with priorities outside a certain range.
LF5Appenderorg.apache.log4j.lf5LF5Appender logs events to a swing based logging console.
LF5SwingUtilsorg.apache.log4j.lf5.viewerProvides methods to accomplish common yet non-trivial tasks with Swing.
ListVsVectororg.apache.log4j.performanceCompares the performance of looping through a list versus a Vector.
Loaderorg.apache.log4j.helpersLoad resources (or images) from various sources.
LocationInfoorg.apache.log4j.spiThe internal representation of caller location information.
Log4jEntityResolverorg.apache.log4j.xmlAn EntityResolver specifically designed to return log4j.dtd which is embedded within the log4j jar file.
Log4JLogRecordorg.apache.log4j.lf5A Log4JLogRecord encapsulates the details of your log4j LoggingEvent in a format usable by the LogBrokerMonitor.
LogBrokerMonitororg.apache.log4j.lf5.viewerLogBrokerMonitor .
LogFactor5Dialogorg.apache.log4j.lf5.viewerLogFactor5Dialog
LogFactor5ErrorDialogorg.apache.log4j.lf5.viewerLogFactor5ErrorDialog
LogFactor5InputDialogorg.apache.log4j.lf5.viewerLogFactor5InputDialog Creates a popup input dialog box so that users can enter a URL to open a log file from.
LogFactor5LoadingDialogorg.apache.log4j.lf5.viewerLogFactor5LoadingDialog
LogFileParserorg.apache.log4j.lf5.utilProvides utility methods for input and output streams.
Loggerorg.apache.log4jThis is the central class in the log4j package.
LoggerDynamicMBeanorg.apache.log4j.jmxNo description provided.
LoggingEventorg.apache.log4j.spiThe internal representation of logging events.
LogLevelorg.apache.log4j.lf5The LogLevel class defines a set of standard logging levels.
LogLogorg.apache.log4j.helpersThis class used to output log statements from within the log4j package.
LogManagerorg.apache.log4jUse the LogManager class to retreive Logger instances or to operate on the current LoggerRepository .
LogMonitorAdapterorg.apache.log4j.lf5.util

LogMonitorAdapter facilitates the usage of the LogMonitor

LogRecordorg.apache.log4j.lf5LogRecord.
LogTableorg.apache.log4j.lf5.viewerLogTable.
LogTableColumnorg.apache.log4j.lf5.viewerLogTableColumn
LogTableModelorg.apache.log4j.lf5.viewerLogTableModel
LogTableRowRendererorg.apache.log4j.lf5.viewerLogTableRowRenderer
Looporg.apache.log4j.net.testNo description provided.
Looporg.apache.log4j.varia.testThis test program reads a config file and attempts to log to the appenders specified as many times as specified by the second loopLength parameter.
Mainorg.apache.log4j.chainsawThe main application.
MDCorg.apache.log4jThe MDC class is similar to the NDC class except that it is based on a map instead of a stack.
MessageRendererorg.apache.log4j.or.jmsRender javax.jms.Message objects.
MRUFileManagerorg.apache.log4j.lf5.viewer.configure

MRUFileManager handles the storage and retrival the most recently opened log files.

NDCorg.apache.log4jThe NDC class implements nested diagnostic contexts as defined by Neil Harrison in the article "Patterns for Logging Diagnostic Messages" part of the book "Pattern Languages of Program Design 3" edited by Martin et al.
NewVsSetLenorg.apache.log4j.performanceThis program compares the cost of creating a new StringBuffer and converting it to a String versus keeping the same StringBuffer, setting its size to zero and then converting it to String.
NOPWriterorg.apache.log4j.performance

Extends Writer with methods that return immediately without doing anything.

NTEventLogAppenderorg.apache.log4j.ntAppend to the NT event log system.
NTMinorg.apache.log4j.nt.testNo description provided.
NullAppenderorg.apache.log4j.performanceA bogus appender which calls the format method of its layout object but does not write the result anywhere.
NullAppenderorg.apache.log4j.variaA NullAppender merely exists, it never outputs a message to any device.
NullEnumerationorg.apache.log4j.helpersAn always-empty Enumerator.
OnlyOnceErrorHandlerorg.apache.log4j.helpersThe OnlyOnceErrorHandler implements log4j's default error handling policy which consists of emitting a message for the first error in an appender and ignoring all following errors.
OptionConverterorg.apache.log4j.helpersA convenience class to convert property values to specific types.
PassingLogRecordFilterorg.apache.log4j.lf5An implementation of LogRecordFilter which always returns true.
PatternConverterorg.apache.log4j.helpers

PatternConverter is an abtract class that provides the formatting functionality that derived classes need.

PatternLayoutorg.apache.log4jA flexible layout configurable with pattern string.
PatternParserorg.apache.log4j.helpersMost of the work of the PatternLayout class is delegated to the PatternParser class.
Priorityorg.apache.log4jRefrain from using this class directly, use the Level class instead.
PropertyConfiguratororg.apache.log4jAllows the configuration of log4j from an external file.
PropertyGetterorg.apache.log4j.configUsed for inferring configuration information for a log4j's component.
PropertyPrinterorg.apache.log4j.configPrints the configuration of the log4j default hierarchy (which needs to be auto-initialized) as a propoperties file on a PrintWriter .
PropertySetterorg.apache.log4j.configGeneral purpose Object property setter.
QuietWriterorg.apache.log4j.helpersQuietWriter does not throw exceptions when things go wrong.
RelativeTimeDateFormatorg.apache.log4j.helpersFormats a Date by printing the number of milliseconds elapsed since the start of the application.
ReloadingPropertyConfiguratororg.apache.log4j.variaNo description provided.
RendererMaporg.apache.log4j.orMap class objects to an ObjectRenderer .
ReportParserErrororg.apache.log4j.xml.examplesThis class is needed for validating a log4j.dtd derived XML file.
Resourceorg.apache.log4j.lf5.utilResource encapsulates access to Resources via the Classloader.
ResourceUtilsorg.apache.log4j.lf5.utilResourceUtils.
Rollerorg.apache.log4j.variaA simple application to send roll over messages to a potentially remote ExternallyRolledFileAppender .
RollingFileAppenderorg.apache.log4jRollingFileAppender extends FileAppender to backup the log files when they reach a certain size.
RootCategoryorg.apache.log4j.spiNo description provided.
RootLoggerorg.apache.log4j.spiRootLogger sits at the top of the logger hierachy.
SAXErrorHandlerorg.apache.log4j.xmlNo description provided.
SimpleLayoutorg.apache.log4jSimpleLayout consists of the level of the log statement, followed by " - " and then the log message itself.
SimpleSocketServerorg.apache.log4j.netA simple SocketNode based server.
SMTPAppenderorg.apache.log4j.netSend an e-mail when a specific logging event occurs, typically on errors or fatal errors.
SMTPMinorg.apache.log4j.net.testNo description provided.
SocketAppenderorg.apache.log4j.netSends LoggingEvent objects to a remote a log server, usually a SocketNode .
SocketHubAppenderorg.apache.log4j.netSends LoggingEvent objects to a set of remote log servers, usually a SocketNodes .
SocketMinorg.apache.log4j.net.testNo description provided.
SocketNodeorg.apache.log4j.netRead LoggingEvent objects sent from a remote client using Sockets (TCP).
SocketServerorg.apache.log4j.netA SocketNode based server that uses a different hierarchy for each client.
StartLogFactor5org.apache.log4j.lf5Starts an instance of the LogFactor5 console for off-line viewing.
StreamUtilsorg.apache.log4j.lf5.utilProvides utility methods for input and output streams.
StringMatchFilterorg.apache.log4j.variaThis is a very simple filter based on string matching.
SyslogAppenderorg.apache.log4j.netUse SyslogAppender to send log messages to a remote syslog daemon.
SyslogMinorg.apache.log4j.net.testNo description provided.
SyslogQuietWriterorg.apache.log4j.helpersSyslogQuietWriter extends QuietWriter by prepending the syslog level code before each printed String.
SyslogWriterorg.apache.log4j.helpersSyslogWriter is a wrapper around the java.net.DatagramSocket class so that it behaves like a java.io.Writer.
SystemTimeorg.apache.log4j.performanceMeasures the time required to make a System.currentTimeMillis() and Thread.currentThread().getName() calls.
TelnetAppenderorg.apache.log4j.net

The TelnetAppender is a log4j appender that specializes in writing to a read-only socket.

TelnetAppender.SocketHandlerorg.apache.log4j.netThe SocketHandler class is used to accept connections from clients.
ThreadGroupRendererorg.apache.log4j.orRender ThreadGroup objects in a format similar to the information output by the list() method.
ThreadLocalMaporg.apache.log4j.helpersThreadLocalMap extends InheritableThreadLocal to bequeath a copy of the hashtable of the MDC of the parent thread.
ThrowableInformationorg.apache.log4j.spiThrowableInformation is log4j's internal representation of throwables.
TrackingAdjustmentListenerorg.apache.log4j.lf5.viewerAn AdjustmentListener which ensures that an Adjustable (e.g.
Transformorg.apache.log4j.helpersUtility class for transforming strings.
TreeModelAdapterorg.apache.log4j.lf5.viewer.categoryexplorerDefault implementation of TreeModelListener which does nothing.
TTCCLayoutorg.apache.log4jTTCC layout format consists of time, thread, category and nested diagnostic context information, hence the name.
WriterAppenderorg.apache.log4jWriterAppender appends log events to a Writer or an OutputStream depending on the user's choice.
XMLLayoutorg.apache.log4j.xmlThe output of the XMLLayout consists of a series of log4j:event elements as defined in the log4j.dtd.
XMLSampleorg.apache.log4j.xml.examplesThis example code shows how to read an XML based configuration file using a DOM parser.
Search