Class Summary | |
---|---|
AbstractJDBCTarget | Abstract JDBC target. |
AbstractJMSTarget | A target that writes to a JMS Topic. |
AbstractOutputTarget | Abstract output target. |
AbstractTarget | Abstract target. |
AbstractWrappingTarget | Abstract base class for targets that wrap other targets. |
AsyncLogTarget | An asynchronous LogTarget that sends entries on in another thread. |
BaseFileNameFilter | |
Closeable | Interface implemented by LogTargets that are capable of being closed. |
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. |
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. |
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. |
FileStrategy | Strategy for naming log files. |
FileTarget | A basic target that writes to a File. |
Formatter | This defines the interface for components that wish to serialize LogEvents into Strings. |
Hierarchy | This class encapsulates a basic independent log hierarchy. |
Hierarchy.InnerErrorHandler | |
Hierarchy.InnerLoggerListener | Inner class to redirect to hierarchys real LoggerListener if any. |
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. |
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. |
PatternFormatter | This formater formats the LogEvents according to a input pattern string. |
PatternFormatter.PatternRun | |
Priority | Class representing and holding constants for priority. |
PriorityFilteringTarget | This is a priority filtering target that forwards only requests to other (wrapped) targets that have the same or a higher 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. |
RotateStrategyByTimeOfDay | Rotation stragety based on a specific time of day. |
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. |
SocketOutputTarget | SocketOutputTarget Useful for writing the output to a TCP/IP client socket. |
StackIntrospector | A set of utilities to inspect current stack frame. |
StackIntrospector.CallStack | Hack to get the call stack as an array of classes. |
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. |