|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogConfigItem | |
---|---|
com.ibm.di.api.local.impl | Provides implementations of the interfaces for managing the local session of the server API. |
com.ibm.di.config.base | Provides classes that implement the Tivoli Directory Integrator configuration model. |
com.ibm.di.config.interfaces | Provides the interfaces for the Tivoli Directory Integrator configuration model. |
com.ibm.di.config.xml | Provides classes that implement the reading and writing of the Tivoli Directory Integrator configuration components. |
com.ibm.di.log | Provides looging classes for the Tivoli Directory Integrator. |
Uses of LogConfigItem in com.ibm.di.api.local.impl |
---|
Methods in com.ibm.di.api.local.impl with parameters of type LogConfigItem | |
---|---|
void |
LogListenerAdapter.addAppender(LogConfigItem config,
java.util.Map params)
Add an Appender to the Logger using the given config. |
Uses of LogConfigItem in com.ibm.di.config.base |
---|
Classes in com.ibm.di.config.base that implement LogConfigItem | |
---|---|
class |
LogConfigItemImpl
The configuration of a single Logger for e.g. |
Methods in com.ibm.di.config.base that return LogConfigItem | |
---|---|
LogConfigItem |
LogConfigImpl.getItem(int index)
Returns a specific item from the config array |
LogConfigItem |
LogConfigImpl.newItem()
Returns a new item which is added to the internal list |
Methods in com.ibm.di.config.base that return types with arguments of type LogConfigItem | |
---|---|
java.util.List<LogConfigItem> |
LogConfigImpl.getItems()
Returns a list of config objects |
Methods in com.ibm.di.config.base with parameters of type LogConfigItem | |
---|---|
void |
LogConfigImpl.addItem(LogConfigItem item)
Adds an item to the config array |
Uses of LogConfigItem in com.ibm.di.config.interfaces |
---|
Methods in com.ibm.di.config.interfaces that return LogConfigItem | |
---|---|
LogConfigItem |
LogConfig.getItem(int index)
Returns a specific item from the config array |
LogConfigItem |
LogConfig.newItem()
Returns a new item which is added to the internal list |
Methods in com.ibm.di.config.interfaces that return types with arguments of type LogConfigItem | |
---|---|
java.util.List<LogConfigItem> |
LogConfig.getItems()
Returns the list of log config objects |
Methods in com.ibm.di.config.interfaces with parameters of type LogConfigItem | |
---|---|
void |
LogConfig.addItem(LogConfigItem item)
Adds an item to the config array |
Uses of LogConfigItem in com.ibm.di.config.xml |
---|
Methods in com.ibm.di.config.xml with parameters of type LogConfigItem | |
---|---|
void |
LoggingFactory.buildLogger(org.w3c.dom.Element e,
LogConfigItem config)
|
Uses of LogConfigItem in com.ibm.di.log |
---|
Methods in com.ibm.di.log with parameters of type LogConfigItem | |
---|---|
void |
TDILogJUL.addAppender(LogConfigItem config,
java.util.Map map)
This sample code only understand the FileHandler. |
void |
TDILog4j.addAppender(LogConfigItem config,
java.util.Map map)
|
void |
TDIJLog.addAppender(LogConfigItem config,
java.util.Map map)
This sample code only understand the FileHandler. |
void |
LogInterface.addAppender(LogConfigItem config,
java.util.Map params)
Add an Appender to the Logger using the given config. |
static org.apache.log4j.Appender |
LogUtils.createAppender(java.lang.String type,
java.lang.String name,
org.apache.log4j.Logger log,
LogConfigItem config,
java.lang.Object[] substitute,
RSInterface configInstance)
Deprecated. |
void |
CustomAppenderInterface.initialize(LogConfigItem aLogConfigItem)
Initilizes the Custom Appender with its configuration parameters |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |