intarsys runtime library

de.intarsys.tools.logging
Class CompositeHandlerFactory

java.lang.Object
  extended by de.intarsys.tools.logging.CommonHandlerFactory
      extended by de.intarsys.tools.logging.CompositeHandlerFactory
All Implemented Interfaces:
IHandlerFactory

public class CompositeHandlerFactory
extends CommonHandlerFactory

An IHandlerFactory that creates a CompositeHandler by delegating to a collection of other IHandlerFactory instances.


Constructor Summary
CompositeHandlerFactory()
           
 
Method Summary
 void addLogHandlerFactory(IHandlerFactory factory)
           
 void removeLogHandlerFactory(IHandlerFactory factory)
           
 
Methods inherited from class de.intarsys.tools.logging.CommonHandlerFactory
createLogHandler, getFormatter, getLevel, isSingleton, setFormatter, setLevel, setSingleton
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeHandlerFactory

public CompositeHandlerFactory()
Method Detail

addLogHandlerFactory

public void addLogHandlerFactory(IHandlerFactory factory)

removeLogHandlerFactory

public void removeLogHandlerFactory(IHandlerFactory factory)

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.