public class TestAppender
extends ch.qos.logback.core.AppenderBase<ch.qos.logback.classic.spi.ILoggingEvent>
| Modifier and Type | Field and Description |
|---|---|
static List<ch.qos.logback.classic.spi.ILoggingEvent> |
EVENTS
The collected logging events.
|
| Constructor and Description |
|---|
TestAppender() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
append(ch.qos.logback.classic.spi.ILoggingEvent eventObject) |
addFilter, clearAllFilters, doAppend, getCopyOfAttachedFiltersList, getFilterChainDecision, getName, isStarted, setName, start, stop, toStringaddError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextpublic static final List<ch.qos.logback.classic.spi.ILoggingEvent> EVENTS
Copyright © 2019–2020 Appulse. All rights reserved.