|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.di.config.base.BaseConfigurationImpl
com.ibm.di.config.base.LogConfigItemImpl
public class LogConfigItemImpl
The configuration of a single Logger for e.g. an AssemblyLine
| Field Summary |
|---|
| Fields inherited from class com.ibm.di.config.base.BaseConfigurationImpl |
|---|
NAME |
| Fields inherited from interface com.ibm.di.config.interfaces.BaseConfiguration |
|---|
CHILD_PATH_SEPARATOR, DISABLE_EXTPROPS, DISABLE_INHERITANCE, INHERIT_NONE, INHERIT_PARENT, ONE_LEVEL, RECURSIVE, RECURSIVE_ONELEVEL, RECURSIVE_SUBTREE, SEARCH_EXACTCASE, SEARCH_ONELEVEL, SEARCH_PARAMNAME, SEARCH_PARAMNAME_RE, SEARCH_PROPERTY, SEARCH_REGEX, SEARCH_SUBSTRING, SUBTREE |
| Constructor Summary | |
|---|---|
LogConfigItemImpl()
|
|
LogConfigItemImpl(Object data)
|
|
| Method Summary | |
|---|---|
Object |
getClone()
Return self clone |
List<String> |
getKeys(int level)
Returns a list of keys in this object. |
String |
getLogLevel()
Returns the log level for the LogConfig |
Name |
getName()
The object's full name |
void |
setLogLevel(String level)
Sets the log level for the LogConfig |
void |
setName(Name name)
Sets the name of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LogConfigItemImpl()
public LogConfigItemImpl(Object data)
| Method Detail |
|---|
public String getLogLevel()
getLogLevel in interface LogConfigItempublic void setLogLevel(String level)
setLogLevel in interface LogConfigItem
public Object getClone()
throws Exception
getClone in interface BaseConfigurationgetClone in class BaseConfigurationImplExceptionpublic void setName(Name name)
BaseConfigurationImpl
setName in interface BaseConfigurationsetName in class BaseConfigurationImplname - The new name valuepublic Name getName()
BaseConfiguration
getName in interface BaseConfigurationgetName in class BaseConfigurationImplpublic List<String> getKeys(int level)
BaseConfigurationImpl
getKeys in interface BaseConfigurationgetKeys in class BaseConfigurationImpllevel - can have these values:
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||