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 ClientSocketFactory A factory used to create writable sockets.ColorMap ColorPatternFormatter A pattern formatter that colorizes the pattern in a fixed manner.CompoundFormatStep A compound format step.ConsoleHandler A console handler which writes toSystem.out
by default.ConsoleHandler.Target The target stream type.DelayedHandler DenyAllFilter A deny-all filter.EmbeddedConfigurator The configurator for the embedded log manager.ExtFormatter A formatter which handlesExtLogRecord
instances.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.FlushableCloseable A resource which is flushable and closeable.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 ofFormatStep
instances.Formatters Formatter utility methods.Handlers Handler utility methods.InvertFilter An inverting filter.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 evaluatestrue
for 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.Logger An actual logger instance.Logger.AttachmentKey<V> An attachment key instance.LoggingUncaughtExceptionHandler Logging uncaught exception handler.LogManager Simplified log manager.MDC Mapped diagnostic context.MultistepFormatter A formatter which formats a record in a series of steps.NDC Nested diagnostic context.NullHandler A handler which performs no action other than to run any attached filter.OnlyOnceErrorManager An error manager which runs only once and writes a complete formatted error toSystem.err
.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.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.SizeRotatingFileHandler SocketHandler A handler used to communicate over a socket.SocketHandler.Protocol The type of socketSslTcpOutputStream An output stream that writes data to asocket
.StandardOutputStreams 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
.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.