public class ListAppender extends AppenderSkeleton
| Modifier and Type | Field and Description |
|---|---|
boolean |
extractLocationInfo |
List<LoggingEvent> |
list |
| Constructor and Description |
|---|
ListAppender() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
append(LoggingEvent event) |
void |
close() |
boolean |
requiresLayout() |
activateOptions, setLayout, setName, setThresholdpublic List<LoggingEvent> list
public boolean extractLocationInfo
public ListAppender()
protected void append(LoggingEvent event)
public void close()
public boolean requiresLayout()
Copyright © 2005–2017 QOS.ch. All rights reserved.