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
public List<LoggingEvent> list
public boolean extractLocationInfo
protected void append(LoggingEvent event)
public void close()
public boolean requiresLayout()
Copyright © 2005-2014 QOS.ch. All Rights Reserved.