intarsys runtime library

Package de.intarsys.tools.logging

Interface Summary
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 Summary
CommonDumpObject  
CommonHandlerFactory  
CompositeHandler A Java logging Handler that forwards to a collection of other Handler instances.
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.
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 A Handler that keeps its LogRecords in memory.
MemoryLogRegistry  
SDC A "simple device context".
SimpleFormatter A simple usable formatter for java logging
ThreadFilter Only accept log requests within a dedicated thread.
 


intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.