public class LogglyAppender<E> extends AbstractLogglyAppender<E>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ENDPOINT_URL_PATH |
DEFAULT_ENDPOINT_PREFIX, DEFAULT_LAYOUT_PATTERN, endpointUrl, inputKey, layout, layoutCreatedImplicitly, proxy, UTF_8| Constructor and Description |
|---|
LogglyAppender() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
append(E eventObject) |
protected java.lang.String |
getEndpointPrefix()
Returns the URL path prefix for the Loggly endpoint to which the
implementing class will send log events.
|
buildEndpointUrl, createLayout, ensureLayout, getEndpointUrl, getHttpReadTimeoutInMillis, getInputKey, getLayout, getPattern, getProxyHost, getProxyPort, readResponseBody, setEndpointUrl, setHttpReadTimeoutInMillis, setInputKey, setLayout, setPattern, setProxyHost, setProxyPort, setProxyPort, start, stop, toBytesaddFilter, clearAllFilters, doAppend, getCopyOfAttachedFiltersList, getFilterChainDecision, getName, isStarted, setName, toStringaddError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextpublic static final java.lang.String ENDPOINT_URL_PATH
protected void append(E eventObject)
append in class ch.qos.logback.core.UnsynchronizedAppenderBase<E>protected java.lang.String getEndpointPrefix()
AbstractLogglyAppenderAbstractLogglyAppender.DEFAULT_ENDPOINT_PREFIX with the
endpoint prefix from AbstractLogglyAppender.getEndpointPrefix() and the
AbstractLogglyAppender.inputKey.getEndpointPrefix in class AbstractLogglyAppender<E>