intarsys runtime library

Uses of Interface
de.intarsys.tools.logging.IHandlerFactory

Packages that use IHandlerFactory
de.intarsys.tools.logging   
 

Uses of IHandlerFactory in de.intarsys.tools.logging
 

Classes in de.intarsys.tools.logging that implement IHandlerFactory
 class CommonHandlerFactory
           
 class CompositeHandlerFactory
          An IHandlerFactory that creates a CompositeHandler by delegating to a collection of other IHandlerFactory instances.
 class ConstantHandlerFactory
          An IHandlerFactory that returns a constant Handler value.
 class FileDumpHandlerFactory
          An IHandlerFactory for FileDumpHandler instances.
 class FileHandlerFactory
          An IHandlerFactory for FileHandler instances.
 

Methods in de.intarsys.tools.logging that return IHandlerFactory
 IHandlerFactory LogHandlerSwitcher.getHandlerFactory()
           
 

Methods in de.intarsys.tools.logging with parameters of type IHandlerFactory
 void CompositeHandlerFactory.addLogHandlerFactory(IHandlerFactory factory)
           
 void CompositeHandlerFactory.removeLogHandlerFactory(IHandlerFactory factory)
           
 void LogHandlerSwitcher.setHandlerFactory(IHandlerFactory logHandlerFactory)
           
 


intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.