|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.UnsynchronizedAppenderBase<E>
ch.qos.logback.ext.loggly.AbstractLogglyAppender<E>
ch.qos.logback.ext.loggly.LogglyAppender<E>
public class LogglyAppender<E>
An Appender that posts logging messages to Loggly, a cloud logging service.
| Field Summary | |
|---|---|
static String |
ENDPOINT_URL_PATH
|
| Fields inherited from class ch.qos.logback.ext.loggly.AbstractLogglyAppender |
|---|
DEFAULT_ENDPOINT_PREFIX, DEFAULT_LAYOUT_PATTERN, endpointUrl, inputKey, layout, layoutCreatedImplicitly, proxy, UTF_8 |
| Fields inherited from class ch.qos.logback.core.UnsynchronizedAppenderBase |
|---|
name, started |
| Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase |
|---|
context |
| Constructor Summary | |
|---|---|
LogglyAppender()
|
|
| Method Summary | |
|---|---|
protected void |
append(E eventObject)
|
protected String |
getEndpointPrefix()
Returns the URL path prefix for the Loggly endpoint to which the implementing class will send log events. |
| Methods inherited from class ch.qos.logback.ext.loggly.AbstractLogglyAppender |
|---|
buildEndpointUrl, createLayout, ensureLayout, getEndpointUrl, getHttpReadTimeoutInMillis, getInputKey, getLayout, getPattern, getProxyHost, getProxyPort, readResponseBody, setEndpointUrl, setHttpReadTimeoutInMillis, setInputKey, setLayout, setPattern, setProxyHost, setProxyPort, setProxyPort, start, stop, toBytes |
| Methods inherited from class ch.qos.logback.core.UnsynchronizedAppenderBase |
|---|
addFilter, clearAllFilters, doAppend, getCopyOfAttachedFiltersList, getFilterChainDecision, getName, isStarted, setName, toString |
| Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase |
|---|
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface ch.qos.logback.core.spi.ContextAware |
|---|
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext |
| Field Detail |
|---|
public static final String ENDPOINT_URL_PATH
| Constructor Detail |
|---|
public LogglyAppender()
| Method Detail |
|---|
protected void append(E eventObject)
append in class ch.qos.logback.core.UnsynchronizedAppenderBase<E>protected String getEndpointPrefix()
AbstractLogglyAppenderAbstractLogglyAppender.DEFAULT_ENDPOINT_PREFIX with the
endpoint prefix from AbstractLogglyAppender.getEndpointPrefix() and the
AbstractLogglyAppender.inputKey.
getEndpointPrefix in class AbstractLogglyAppender<E>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||