|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.qos.logback.core.pattern.Converter<E>
ch.qos.logback.core.pattern.FormattingConverter<E>
ch.qos.logback.core.pattern.DynamicConverter<E>
public abstract class DynamicConverter<E>
| Constructor Summary | |
|---|---|
DynamicConverter()
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
getFirstOption()
Return the first option passed to this component. |
protected java.util.List |
getOptionList()
|
boolean |
isStarted()
|
void |
setOptionList(java.util.List optionList)
|
void |
start()
Components that depend on options passed during configuration can override this method in order to make appropriate use of those options. |
void |
stop()
|
| Methods inherited from class ch.qos.logback.core.pattern.FormattingConverter |
|---|
getFormattingInfo, setFormattingInfo, write |
| Methods inherited from class ch.qos.logback.core.pattern.Converter |
|---|
convert, getNext, setNext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DynamicConverter()
| Method Detail |
|---|
public void start()
start in interface LifeCyclepublic void stop()
stop in interface LifeCyclepublic boolean isStarted()
isStarted in interface LifeCyclepublic void setOptionList(java.util.List optionList)
protected java.lang.String getFirstOption()
protected java.util.List getOptionList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||