|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Appender
.Appender
.ExecutorManager
.Formatter
.LevelFilter
.Logger
.ExecutorManager
based on ExecutorService
.Runnable
implementation and a wrapper that supports canceling it's task execution.ThreadFactory
that produces daemon threads.Appender
that do nothing.ExecutorManager
that do nothing.Formatter
that do nothing.LocationGatherer
that do nothing.Logger
that does nothing.ExecutorManager
.Formatter
used by this appender.
IllegalArgumentException
.
Formatter
.UncaughtExceptionLogger
, which is a singleton.
Logger
to be used during the startup and shutdown of the framework.ResourceBundle
, then the
resolved pattern is interpolated using another TextInterpolator
.
MessageFormat
class.Formatter
class.LevelFilter
.LocationGatherer
.Logger
.TextInterpolator
that first resolves a key in a
ResourceBundle
to a pattern than delegates the interpolation of this pattern to a
different TextInterpolator
.ResourceBundle
to resolve
the patterns and then interpolation it with the supplied TextInterpolator
.
Formatter
that formats only the log message, no other
LogEvent
information is used to format the message.Runnable
implementation and a wrapper that supports monitoring of the execution status
and a utility methods to await the task completion or a given timeout, what occurs first.Runnable
.
Appender
implementations.Appender
, Logger
,
Formatter
, etc.Appender
, Logger
,
Formatter
, etc.Runnable
implementation and wrapper that supports a call back for the execution of a
task.ExecutorManager
that runs tasks asynchronously, so the caller do not
get blocked until task completion.ExecutorManager
that runs tasks asynchronously, so the caller do not
get blocked until task completion.Formatter
that formats the log message and outputs the date,
location and message.ExecutorManager
that executes tasks synchronously in the same
caller's thread.Thread.UncaughtExceptionHandler
that logs the exception using the internal
logger.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |