| Interface | Description |
|---|---|
| IDumpObject | |
| IHandlerFactory | |
| ILogConfigurator |
Classes implementing this interface can be used in conjunction with the
singleton LogConfigurator to configure Logger instances created by the class
LogTools.
|
| Class | Description |
|---|---|
| CommonDumpObject | |
| CommonHandlerFactory | |
| CompositeHandler | |
| CompositeHandlerFactory |
An
IHandlerFactory that creates a CompositeHandler by
delegating to a collection of other IHandlerFactory instances. |
| ConstantHandlerFactory |
An
IHandlerFactory that returns a constant Handler value. |
| DelegatingHandler |
A
Handler to delegate requests. |
| FileDumpHandler |
A java logging
Handler that checks for parameters that come along
with the log record that should be "dumped" in a directory. |
| FileDumpHandlerFactory |
An
IHandlerFactory for FileDumpHandler instances. |
| FileHandler |
Simple file logging Handler.
|
| FileHandlerFactory |
An
IHandlerFactory for FileHandler instances. |
| FilterHandler |
A
Handler that applies some filtering before delegating to the
wrapped handler. |
| LogConfigurator |
Singleton holding a ILogConfigurator instance.
|
| LogHandlerSwitcher |
A tool class that provides the mechanics for a thread context sensitive log
handler attached to a dedicated
Logger. |
| LogTools |
Tool methods to ease life with java.util.logging.
|
| MemoryLogHandler | |
| MemoryLogRegistry | |
| SDC |
A "simple device context".
|
| SimpleFormatter |
A simple usable formatter for java logging
|
| ThreadFilter |
Only accept log requests within a dedicated thread.
|
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.