All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description AcceptAllFilter An accept-all filter.AllFilter A filter consisting of several filters in a chain.AnyFilter A filter consisting of several filters in a chain.AsyncHandler An asynchronous log handler which is used to write to a handler or group of handlers which are "slow" or introduce some degree of latency.AsyncHandler.OverflowAction CallerClassLoaderLogContextSelector A log context selector which chooses a log context based on the caller's classloader.ClassLoaderLogContextSelector A log context selector which chooses a log context based on the caller's classloader.ClientSocketFactory A factory used to create writable sockets.ColorMap ColorPatternFormatter A pattern formatter that colorizes the pattern in a fixed manner.ConfigurationResource<T> Represents a configuration resource.ConfiguratorFactory Used to create aLogContextConfigurator.ConsoleHandler A console handler which writes toSystem.outby default.ConsoleHandler.Target The target stream type.ContextClassLoaderLogContextSelector A log context selector which chooses a log context based on the thread context classloader.ContextConfiguration A configuration which can be stored on a log context to store information about the configured error managers, handlers, filters, formatters and objects that might be associated with a configured object.DefaultConfiguratorFactory The default configuration factory which has a priority of 100.DelayedHandler DenyAllFilter A deny-all filter.ExtErrorManager An extended error manager, which contains additional useful utilities for error managers.ExtFormatter A formatter which handlesExtLogRecordinstances.ExtFormatter.Delegating A base class for formatters which wrap other formatters.ExtHandler An extended logger handler.ExtLogRecord An extended log record, which includes additional information including MDC/NDC and correct caller location (even in the presence of a logging facade).ExtLogRecord.FormatStyle The format style to use.FileHandler A simple file handler.FilterExpressions Helper class to parse filter expressions.FormatStep A single format step which handles some part of rendering a log record.FormatStep.ItemType An enumeration of the types of items that can be rendered.FormatStringParser A parser which can translate a log4j-style format string into a series ofFormatStepinstances.Formatters Formatter utility methods.HandlerErrorManager An error manager which publishes errors to a handler.InvertFilter An inverting filter.JBossLoggerFinder Implements theSystem.LoggerFinder.JsonFormatter A formatter that outputs the record into JSON format optionally printing details.Level Log4j-like levels.LevelChangingFilter A filter which modifies the log record with a new level if the nested filter evaluatestruefor that record.LevelFilter A filter which excludes messages of a certain level or levelsLevelRangeFilter Log only messages that fall within a level range.LogContext A logging context, for producing isolated logging environments.LogContextConfigurator A configurator for a log context.LogContextInitializer An initializer for log contexts.LogContextSelector A mechanism for determining what the current log context is.Logger An actual logger instance.Logger.AttachmentKey<V> An attachment key instance.LogManager Simplified log manager.MDC Mapped diagnostic context.MDCProvider MultistepFormatter A formatter which formats a record in a series of steps.NDC Nested diagnostic context.NDCProvider OnlyOnceErrorManager An error manager which runs only once and delegates to the given error manager.OutputStreamHandler An output stream handler which supports anyOutputStream, using the specified encoding.PatternFormatter A formatter which uses a text pattern to format messages.PeriodicRotatingFileHandler A file handler which rotates the log at a preset time interval.PeriodicRotatingFileHandler.Period Possible period values.PeriodicSizeRotatingFileHandler A file handler which rotates the log at a preset time interval or the size of the log.PropertyContextConfiguration A utility to parse alogging.propertiesfile and configure aLogContext.PropertyLogContextConfigurator A default log context configuration.PropertyValues A utility for converting objects into strings and strings into objects for storage in logging configurations.QueueHandler A queue handler which retains the last few messages logged.RegexFilter A regular-expression-based filter.SerializedLogger A marker class for loggers.SimpleErrorManager An error manager which simply prints a message the system error stream.SizeRotatingFileHandler SocketHandler A handler used to communicate over a socket.SocketHandler.Protocol The type of socketSslTcpOutputStream An output stream that writes data to asocket.StackTraceFormatter Formatter used to format the stack trace of an exception.StandardOutputStreams StringBuilderWriter StructuredFormatter An abstract class that uses a generator to help generate structured data from arecord.StructuredFormatter.ExceptionOutputType Defines the way a cause will be formatted.StructuredFormatter.Generator A generator used to create the structured output.StructuredFormatter.Key The key used for the structured log record data.SubstituteFilter A filter which applies a text substitution on the message if the nested filter matches.SyslogHandler A syslog handler for logging to syslogd.SyslogHandler.Facility Facility as defined by RFC-5424 (http://tools.ietf.org/html/rfc5424) and RFC-3164 (http://tools.ietf.org/html/rfc3164).SyslogHandler.Protocol The type of socket the syslog should write toSyslogHandler.Severity Severity as defined by RFC-5424 (http://tools.ietf.org/html/rfc5424) and RFC-3164 (http://tools.ietf.org/html/rfc3164).SyslogHandler.SyslogType The syslog type used for formatting the message.TcpOutputStream An output stream that writes data to asocket.TextBannerFormatter A formatter which prints a text banner ahead of the normal formatter header.ThreadLocalLogContextSelector A log context selector which stores the chosen log context in a thread-local.UdpOutputStream An output stream that writes data to aDatagramSocket.UncloseableOutputStream An output stream wrapper which drops calls to theclose()method.UncloseableWriter An output stream wrapper which drops calls to theclose()method.UninterruptibleOutputStream An output stream which is not interruptible.WriterHandler A handler which writes to anyWriter.XmlFormatter A formatter that outputs the record in XML format.