- java.lang.Object
-
- ch.qos.logback.core.spi.ContextAwareBase
-
- ch.qos.logback.core.AppenderBase<E>
-
- ch.qos.logback.core.testUtil.StringListAppender<E>
-
-
Field Summary
-
Fields inherited from class ch.qos.logback.core.AppenderBase
name, started
-
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
protected void |
append(E eventObject) |
ch.qos.logback.core.Layout<E> |
getLayout() |
void |
setLayout(ch.qos.logback.core.Layout<E> layout) |
void |
start() |
void |
stop() |
-
Methods inherited from class ch.qos.logback.core.AppenderBase
addFilter, clearAllFilters, doAppend, getCopyOfAttachedFiltersList, getFilterChainDecision, getName, isStarted, setName, toString
-
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
Methods inherited from interface ch.qos.logback.core.spi.ContextAware
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
-
-
Method Detail
-
start
public void start()
- Specified by:
start in interface ch.qos.logback.core.spi.LifeCycle
- Overrides:
start in class ch.qos.logback.core.AppenderBase<E>
-
stop
public void stop()
- Specified by:
stop in interface ch.qos.logback.core.spi.LifeCycle
- Overrides:
stop in class ch.qos.logback.core.AppenderBase<E>
Copyright © 2005–2017 QOS.ch. All rights reserved.