| Class Summary | |
|---|---|
| AbstractFilterTarget | Abstract implementation of FilterTarget. |
| AbstractJDBCTarget | Abstract JDBC target. |
| AbstractJMSTarget | A target that writes to a JMS Topic. |
| AbstractOutputTarget | Abstract output target. |
| AbstractTarget | Abstract target. |
| AsyncLogTarget | An asynchronous LogTarget that sends entries on in another thread. |
| AvalonFormatter | This formatter extends ExtendedPatternFormatter so that CascadingExceptions are formatted with all nested exceptions. |
| ColumnInfo | A descriptor for each column stored in table. |
| ColumnType | A class to hold all constants for ColumnTypes. |
| ContextMap | The ContextMap contains non-hierarchical context information relevant to a particular LogEvent. |
| ContextStack | The ContextStack records the nested context of an application. |
| DatagramOutputTarget | A datagram output target. |
| DatagramOutputTarget | A datagram output target. |
| DefaultDataSource | A basic datasource that doesn't do any pooling but just wraps around default mechanisms. |
| DefaultErrorHandler | Handle unrecoverable errors that occur during logging by writing to standard error. |
| DefaultJDBCTarget | The basic DB target for configurable output formats. |
| DefaultOutputLogTarget | This is a basic Output log target that writes to a stream. |
| ErrorAware | Interface implemented by components that wish to delegate ErrorHandling to an ErrorHandler. |
| ErrorHandler | Handle unrecoverable errors that occur during logging. |
| ExtendedPatternFormatter | Formatter especially designed for debugging applications. |
| FileOutputLogTarget | This is a basic Output log target that writes to a file. |
| FileStrategy | Strategy for naming log files. |
| FileTarget | A basic target that writes to a File. |
| FilterTarget | A Log target which will do filtering and then pass it onto targets further along in chain. |
| Formatter | This defines the interface for components that wish to serialize LogEvents into Strings. |
| Formatter | This defines the interface for components that wish to serialize LogEvents into Strings. |
| Hierarchy | This class encapsulates a basic independent log hierarchy. |
| JMSQueueTarget | A target that writes to a JMS Queue. |
| JMSTopicTarget | A target that writes to a JMS Topic. |
| LF5LogTarget | A LogTarget that displays log events using the LogFactor5 Swing GUI. |
| LogEvent | This class encapsulates each individual log event. |
| Logger | The object interacted with by client objects to perform logging. |
| LoggerListener | The LoggerListener class is used to notify listeners when a new Logger object is created. |
| LoggerOutputStream | Redirect an output stream to a logger. |
| LogKit | The LogKit provides the access to static methods to manipulate the logging sub-system |
| LogKitLogRecord |
An implementation of a LogFactor5 LogRecord based on a
LogKit LogEvent.
|
| LogTarget | LogTarget is a class to encapsulate outputting LogEvent's. |
| MemoryTarget | Output LogEvents into an buffer in memory. |
| MessageBuilder | Interface that classes implement to build JMS Messages. |
| NormalizedJDBCTarget | JDBC target that writes to normalized tables. |
| NullOutputLogTarget | A output target that does nothing. |
| ObjectMessageBuilder | Basic message factory that stores LogEvent in Message. |
| OrRotateStrategy | Hierarchical rotation strategy. |
| OutputStreamLogger | Redirect an output stream to a logger. |
| PatternFormatter | This formater formats the LogEvents according to a input pattern string. |
| PatternFormatter.PatternRun | |
| Priority | Class representing and holding constants for priority. |
| PriorityFilter | Filters log events based on priority. |
| PropertyInfo | A descriptor for each message property. |
| PropertyType | A class to hold all constants for PropertyTypes. |
| RawFormatter | Basic formatter that just returns raw message string and ignores remainder of LogEvent. |
| RevolvingFileStrategy | strategy for naming log files based on appending revolving suffix. |
| RotateStrategy | Strategy that checks condition under which file rotation is needed. |
| RotateStrategyByDate | Rotation stragety based on SimpleDateFormat. |
| RotateStrategyBySize | Rotation strategy based on size written to log file. |
| RotateStrategyByTime | rotation stragety based when log writting started. |
| RotatingFileTarget | This is a basic Output log target that writes to rotating files. |
| SafeFileTarget | A target that will open and close a file for each logevent. |
| ServletOutputLogTarget | Generic logging interface. |
| SMTPOutputLogTarget | Logkit output target that logs data via SMTP (ie. email, email gateways). |
| SocketOutputTarget | SocketOutputTarget Useful for writing the output to a TCP/IP client socket. |
| StackIntrospector | A set of utilities to inspect current stack frame. |
| StreamTarget | A basic target that writes to an OutputStream. |
| SyslogFormatter | A formatter that serializes in the format originally used by BSD syslog daemon. |
| TextMessageBuilder | Basic message factory that stores LogEvent in Message. |
| UniqueFileStrategy | Strategy for naming log files based on appending time suffix. |
| WriterTarget | This target outputs to a writer. |
| XMLFormatter | Basic XML formatter that writes out a basic XML-ified log event. |