Uses of Interface
com.ibm.di.config.interfaces.LogConfig
-
Packages that use LogConfig Package Description com.ibm.di.config.base Provides classes that implement the Security Verify Directory Integrator configuration model.com.ibm.di.config.interfaces Provides the interfaces for the Security Verify Directory Integrator configuration model.com.ibm.di.config.xml Provides classes that implement the reading and writing of the Security Verify Directory Integrator configuration components.com.ibm.di.log Provides looging classes for the Security Verify Directory Integrator. -
-
Uses of LogConfig in com.ibm.di.config.base
Classes in com.ibm.di.config.base that implement LogConfig Modifier and Type Class Description class
LogConfigImpl
Implements the Logging Configuration for e.g.Methods in com.ibm.di.config.base that return LogConfig Modifier and Type Method Description LogConfig
AssemblyLineConfigImpl. getLogConfig()
Returns the LogConfig objectLogConfig
SequenceConfigImpl. getLogConfig()
Returns the LogConfig object -
Uses of LogConfig in com.ibm.di.config.interfaces
Methods in com.ibm.di.config.interfaces that return LogConfig Modifier and Type Method Description LogConfig
AssemblyLineConfig. getLogConfig()
Returns the LogConfig objectLogConfig
SequenceConfig. 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 Modifier and Type Method Description 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 Modifier and Type Method Description static boolean
LogUtils. addLoggers(java.lang.String type, java.lang.String name, Log log, LogConfig config, RSInterface configInstance)
-