Uses of Interface
com.ibm.di.config.interfaces.LogConfig

Packages that use LogConfig
com.ibm.di.config.base Provides classes that implement the Security Directory Integrator configuration model. 
com.ibm.di.config.interfaces Provides the interfaces for the Security Directory Integrator configuration model. 
com.ibm.di.config.xml Provides classes that implement the reading and writing of the Security Directory Integrator configuration components. 
com.ibm.di.log Provides looging classes for the Security Directory Integrator. 
 

Uses of LogConfig in com.ibm.di.config.base
 

Classes in com.ibm.di.config.base that implement LogConfig
 class LogConfigImpl
          Implements the Logging Configuration for e.g.
 

Methods in com.ibm.di.config.base that return LogConfig
 LogConfig SequenceConfigImpl.getLogConfig()
          Returns the LogConfig object
 LogConfig AssemblyLineConfigImpl.getLogConfig()
          Returns the LogConfig object
 

Uses of LogConfig in com.ibm.di.config.interfaces
 

Methods in com.ibm.di.config.interfaces that return LogConfig
 LogConfig SequenceConfig.getLogConfig()
          Returns the LogConfig object
 LogConfig AssemblyLineConfig.getLogConfig()
          Returns the LogConfig object
 

Uses of LogConfig in com.ibm.di.config.xml
 

Methods in com.ibm.di.config.xml with parameters of type LogConfig
 void LoggingFactory.parseLogger(org.w3c.dom.Element e, LogConfig config)
           
 

Uses of LogConfig in com.ibm.di.log
 

Methods in com.ibm.di.log with parameters of type LogConfig
static boolean LogUtils.addAppenders(org.apache.log4j.Logger log, LogConfig config, java.lang.Object[] params, RSInterface configInstance)
          Deprecated.  
static boolean LogUtils.addLoggers(java.lang.String type, java.lang.String name, Log log, LogConfig config, RSInterface configInstance)