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.StateDEFAULT_STOP_TIMEOUT, DEFAULT_STOP_TIMEUNIT, LOGGERELEMENT_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, toStringaddFilter, getFilter, hasFilter, isFiltered, removeFilter, start, stopequalsImpl, getState, getStatusLogger, hashCodeImpl, initialize, isInitialized, isStarted, isStarting, isStopped, isStopping, setStarted, setStarting, setState, setStopped, setStopping, stop, stopprotected 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)
Appenderevent - The LogEvent.public JmsManager getManager()
public boolean stop(long timeout,
TimeUnit timeUnit)
AbstractFilterablestop in interface LifeCycle2stop in class AbstractFilterabletimeout - 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.