Appender
, Filterable
, LifeCycle
, LifeCycle2
@Plugin(name="JMS", category="Core", elementType="appender", printObject=true) @PluginAliases({"JMSQueue","JMSTopic"}) public class JmsAppender extends AbstractAppender
Modifier and Type | Class | Description |
---|---|---|
static class |
JmsAppender.Builder |
LifeCycle.State
DEFAULT_STOP_TIMEOUT, DEFAULT_STOP_TIMEUNIT, LOGGER
ELEMENT_TYPE
Modifier | Constructor | Description |
---|---|---|
protected |
JmsAppender(String name,
Filter filter,
Layout<? extends Serializable> layout,
boolean ignoreExceptions,
JmsManager manager) |
Modifier and Type | Method | Description |
---|---|---|
void |
append(LogEvent event) |
Logs a LogEvent using whatever logic this Appender wishes to use.
|
JmsManager |
getManager() |
|
static JmsAppender.Builder |
newBuilder() |
|
boolean |
stop(long timeout,
TimeUnit timeUnit) |
Cleanup the Filter.
|
error, error, error, getHandler, getLayout, getName, ignoreExceptions, parseInt, setHandler, toString
addFilter, getFilter, hasFilter, isFiltered, removeFilter, start, stop
equalsImpl, getState, getStatusLogger, hashCodeImpl, initialize, isInitialized, isStarted, isStarting, isStopped, isStopping, setStarted, setStarting, setState, setStopped, setStopping, stop, stop
protected JmsAppender(String name, Filter filter, Layout<? extends Serializable> layout, boolean ignoreExceptions, JmsManager manager) throws javax.jms.JMSException
javax.jms.JMSException
- not thrown as of 2.9 but retained in the signature for compatibility, will be removed in 3.0@PluginBuilderFactory public static JmsAppender.Builder newBuilder()
public void append(LogEvent event)
Appender
event
- The LogEvent.public JmsManager getManager()
public boolean stop(long timeout, TimeUnit timeUnit)
AbstractFilterable
stop
in interface LifeCycle2
stop
in class AbstractFilterable
timeout
- the maximum time to waittimeUnit
- the time unit of the timeout argumentCopyright © 1999-2018. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.