public class VectorAppender extends AppenderSkeleton
| Modifier and Type | Field and Description |
|---|---|
Vector |
vector |
closed, errorHandler, headFilter, layout, name, tailFilter, threshold| Constructor and Description |
|---|
VectorAppender() |
| Modifier and Type | Method and Description |
|---|---|
void |
activateOptions()
Does nothing.
|
void |
append(LoggingEvent event)
This method is called by the
AppenderSkeleton.doAppend(org.apache.log4j.spi.LoggingEvent)
method. |
void |
close() |
Vector |
getVector() |
boolean |
isClosed() |
boolean |
requiresLayout() |
addFilter, clearFilters, doAppend, finalize, getErrorHandler, getFilter, getFirstFilter, getLayout, getName, getThreshold, isAsSevereAsThreshold, setErrorHandler, setLayout, setName, setThresholdpublic Vector vector
public void activateOptions()
activateOptions in interface OptionHandleractivateOptions in class AppenderSkeletonpublic void append(LoggingEvent event)
AppenderSkeleton.doAppend(org.apache.log4j.spi.LoggingEvent)
method.append in class AppenderSkeletonpublic Vector getVector()
public void close()
public boolean isClosed()
public boolean requiresLayout()
Copyright © 2013 The Apache Software Foundation. Licensed under the Apache License, Version 2.0
Apache Extras for Apache log4j, Apache log4j and Apache are trademarks of the Apache Software Foundation.