Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
L
N
O
P
R
S
T
U
W
A
AbstractLogglyAppender
<
E
> - Class in
ch.qos.logback.ext.loggly
Common base for Loggly appenders.
AbstractLogglyAppender()
- Constructor for class ch.qos.logback.ext.loggly.
AbstractLogglyAppender
append(E)
- Method in class ch.qos.logback.ext.loggly.
LogglyAppender
append(E)
- Method in class ch.qos.logback.ext.loggly.
LogglyBatchAppender
B
buildEndpointUrl(String)
- Method in class ch.qos.logback.ext.loggly.
AbstractLogglyAppender
C
ch.qos.logback.ext.loggly
- package ch.qos.logback.ext.loggly
ch.qos.logback.ext.loggly.io
- package ch.qos.logback.ext.loggly.io
close()
- Method in class ch.qos.logback.ext.loggly.io.
DiscardingRollingOutputStream
Close all the underlying buckets (current bucket, filled buckets and buckets from the recycled buckets pool).
copy(InputStream, OutputStream)
- Static method in class ch.qos.logback.ext.loggly.io.
IoUtils
createLayout()
- Method in class ch.qos.logback.ext.loggly.
AbstractLogglyAppender
D
DEFAULT_ENDPOINT_PREFIX
- Static variable in class ch.qos.logback.ext.loggly.
AbstractLogglyAppender
DEFAULT_LAYOUT_PATTERN
- Static variable in class ch.qos.logback.ext.loggly.
AbstractLogglyAppender
DiscardingRollingOutputStream
- Class in
ch.qos.logback.ext.loggly.io
Capped in-memory
OutputStream
composed of a chain of
ByteArrayOutputStream
called 'buckets'.
DiscardingRollingOutputStream(int, int)
- Constructor for class ch.qos.logback.ext.loggly.io.
DiscardingRollingOutputStream
E
ENDPOINT_URL_PATH
- Static variable in class ch.qos.logback.ext.loggly.
LogglyAppender
ENDPOINT_URL_PATH
- Static variable in class ch.qos.logback.ext.loggly.
LogglyBatchAppender
endpointUrl
- Variable in class ch.qos.logback.ext.loggly.
AbstractLogglyAppender
ensureLayout()
- Method in class ch.qos.logback.ext.loggly.
AbstractLogglyAppender
F
flush()
- Method in class ch.qos.logback.ext.loggly.io.
DiscardingRollingOutputStream
G
getCurrentLogEntriesBufferSizeInBytes()
- Method in class ch.qos.logback.ext.loggly.
LogglyBatchAppender
getCurrentLogEntriesBufferSizeInBytes()
- Method in interface ch.qos.logback.ext.loggly.
LogglyBatchAppenderMBean
Size in bytes of the log entries that have not yet been sent to Loggly.
getCurrentOutputStreamSize()
- Method in class ch.qos.logback.ext.loggly.io.
DiscardingRollingOutputStream
getDiscardedBucketCount()
- Method in class ch.qos.logback.ext.loggly.io.
DiscardingRollingOutputStream
Number of discarded buckets.
getDiscardedBucketsCount()
- Method in class ch.qos.logback.ext.loggly.
LogglyBatchAppender
getDiscardedBucketsCount()
- Method in interface ch.qos.logback.ext.loggly.
LogglyBatchAppenderMBean
Number of discarded buckets
getEndpointPrefix()
- Method in class ch.qos.logback.ext.loggly.
AbstractLogglyAppender
Returns the URL path prefix for the Loggly endpoint to which the implementing class will send log events.
getEndpointPrefix()
- Method in class ch.qos.logback.ext.loggly.
LogglyAppender
getEndpointPrefix()
- Method in class ch.qos.logback.ext.loggly.
LogglyBatchAppender
getEndpointUrl()
- Method in class ch.qos.logback.ext.loggly.
AbstractLogglyAppender
getFilledBuckets()
- Method in class ch.qos.logback.ext.loggly.io.
DiscardingRollingOutputStream
Return the filled buckets
getFlushIntervalInSeconds()
- Method in class ch.qos.logback.ext.loggly.
LogglyBatchAppender
getHttpConnection(URL)
- Method in class ch.qos.logback.ext.loggly.
LogglyBatchAppender
Creates a configured HTTP connection to a URL (does not open the connection)
getHttpReadTimeoutInMillis()
- Method in class ch.qos.logback.ext.loggly.
AbstractLogglyAppender
getInputKey()
- Method in class ch.qos.logback.ext.loggly.
AbstractLogglyAppender
getLayout()
- Method in class ch.qos.logback.ext.loggly.
AbstractLogglyAppender
getPattern()
- Method in class ch.qos.logback.ext.loggly.
AbstractLogglyAppender
getProxyHost()
- Method in class ch.qos.logback.ext.loggly.
AbstractLogglyAppender
getProxyPort()
- Method in class ch.qos.logback.ext.loggly.
AbstractLogglyAppender
getSendDurationInNanos()
- Method in class ch.qos.logback.ext.loggly.
LogglyBatchAppender
getSendDurationInNanos()
- Method in interface ch.qos.logback.ext.loggly.
LogglyBatchAppenderMBean
Duration spent sending logs to Loggly.
getSendExceptionCount()
- Method in class ch.qos.logback.ext.loggly.
LogglyBatchAppender
getSendExceptionCount()
- Method in interface ch.qos.logback.ext.loggly.
LogglyBatchAppenderMBean
Number of failing invocations to Loggly's send logs API.
getSendSuccessCount()
- Method in class ch.qos.logback.ext.loggly.
LogglyBatchAppender
getSendSuccessCount()
- Method in interface ch.qos.logback.ext.loggly.
LogglyBatchAppenderMBean
Number of successful invocations to Loggly's send logs API.
getSentBytes()
- Method in class ch.qos.logback.ext.loggly.
LogglyBatchAppender
getSentBytes()
- Method in interface ch.qos.logback.ext.loggly.
LogglyBatchAppenderMBean
Number of bytes sent to Loggly.
I
inputKey
- Variable in class ch.qos.logback.ext.loggly.
AbstractLogglyAppender
IoUtils
- Class in
ch.qos.logback.ext.loggly.io
IoUtils()
- Constructor for class ch.qos.logback.ext.loggly.io.
IoUtils
isDebug()
- Method in class ch.qos.logback.ext.loggly.
LogglyBatchAppender
isDebug()
- Method in interface ch.qos.logback.ext.loggly.
LogglyBatchAppenderMBean
L
layout
- Variable in class ch.qos.logback.ext.loggly.
AbstractLogglyAppender
layoutCreatedImplicitly
- Variable in class ch.qos.logback.ext.loggly.
AbstractLogglyAppender
LINE_SEPARATOR
- Static variable in class ch.qos.logback.ext.loggly.io.
DiscardingRollingOutputStream
LogglyAppender
<
E
> - Class in
ch.qos.logback.ext.loggly
An Appender that posts logging messages to
Loggly
, a cloud logging service.
LogglyAppender()
- Constructor for class ch.qos.logback.ext.loggly.
LogglyAppender
LogglyBatchAppender
<
E
> - Class in
ch.qos.logback.ext.loggly
Logback
batch appender for
Loggly
HTTP API.
LogglyBatchAppender()
- Constructor for class ch.qos.logback.ext.loggly.
LogglyBatchAppender
LogglyBatchAppender.LogglyExporter
- Class in
ch.qos.logback.ext.loggly
LogglyBatchAppender.LogglyExporter()
- Constructor for class ch.qos.logback.ext.loggly.
LogglyBatchAppender.LogglyExporter
LogglyBatchAppenderMBean
- Interface in
ch.qos.logback.ext.loggly
JMX Mbean interface for the
LogglyBatchAppender
.
N
newBucket()
- Method in class ch.qos.logback.ext.loggly.io.
DiscardingRollingOutputStream
Get a new bucket from the
recycledBucketPool
or instantiate a new one if none available in the free bucket pool.
O
onBucketDiscard(ByteArrayOutputStream)
- Method in class ch.qos.logback.ext.loggly.io.
DiscardingRollingOutputStream
Designed for extension.
onBucketRoll(ByteArrayOutputStream)
- Method in class ch.qos.logback.ext.loggly.io.
DiscardingRollingOutputStream
The rolled bucket.
P
processLogEntries()
- Method in class ch.qos.logback.ext.loggly.
LogglyBatchAppender
Send log entries to Loggly
processLogEntries(InputStream)
- Method in class ch.qos.logback.ext.loggly.
LogglyBatchAppender
Send log entries to Loggly
processLogEntries()
- Method in interface ch.qos.logback.ext.loggly.
LogglyBatchAppenderMBean
proxy
- Variable in class ch.qos.logback.ext.loggly.
AbstractLogglyAppender
R
readResponseBody(InputStream)
- Method in class ch.qos.logback.ext.loggly.
AbstractLogglyAppender
recycleBucket(ByteArrayOutputStream)
- Method in class ch.qos.logback.ext.loggly.io.
DiscardingRollingOutputStream
Returns the given bucket to the pool of free buckets.
rollCurrentBucket()
- Method in class ch.qos.logback.ext.loggly.io.
DiscardingRollingOutputStream
Moves the current active bucket to the list of filled buckets and defines a new one.
rollCurrentBucketIfNotEmpty()
- Method in class ch.qos.logback.ext.loggly.io.
DiscardingRollingOutputStream
Roll current bucket if size threshold has been reached.
run()
- Method in class ch.qos.logback.ext.loggly.
LogglyBatchAppender.LogglyExporter
S
sendDurationInNanos
- Variable in class ch.qos.logback.ext.loggly.
LogglyBatchAppender
sendExceptionCount
- Variable in class ch.qos.logback.ext.loggly.
LogglyBatchAppender
sendSuccessCount
- Variable in class ch.qos.logback.ext.loggly.
LogglyBatchAppender
sentBytes
- Variable in class ch.qos.logback.ext.loggly.
LogglyBatchAppender
setConnReadTimeoutSeconds(int)
- Method in class ch.qos.logback.ext.loggly.
LogglyBatchAppender
set method for Logback to allow Connection Read Timeout to be exposed
setDebug(boolean)
- Method in class ch.qos.logback.ext.loggly.
LogglyBatchAppender
setDebug(boolean)
- Method in interface ch.qos.logback.ext.loggly.
LogglyBatchAppenderMBean
Enable debugging
setEndpointUrl(String)
- Method in class ch.qos.logback.ext.loggly.
AbstractLogglyAppender
setFlushIntervalInSeconds(int)
- Method in class ch.qos.logback.ext.loggly.
LogglyBatchAppender
setHttpReadTimeoutInMillis(int)
- Method in class ch.qos.logback.ext.loggly.
AbstractLogglyAppender
setInputKey(String)
- Method in class ch.qos.logback.ext.loggly.
AbstractLogglyAppender
setJmxMonitoring(boolean)
- Method in class ch.qos.logback.ext.loggly.
LogglyBatchAppender
setLayout(Layout<E>)
- Method in class ch.qos.logback.ext.loggly.
AbstractLogglyAppender
setMaxBucketSizeInKilobytes(int)
- Method in class ch.qos.logback.ext.loggly.
LogglyBatchAppender
setMaxNumberOfBuckets(int)
- Method in class ch.qos.logback.ext.loggly.
LogglyBatchAppender
setMbeanServer(MBeanServer)
- Method in class ch.qos.logback.ext.loggly.
LogglyBatchAppender
setPattern(String)
- Method in class ch.qos.logback.ext.loggly.
AbstractLogglyAppender
setProxyHost(String)
- Method in class ch.qos.logback.ext.loggly.
AbstractLogglyAppender
setProxyPort(int)
- Method in class ch.qos.logback.ext.loggly.
AbstractLogglyAppender
setProxyPort(String)
- Method in class ch.qos.logback.ext.loggly.
AbstractLogglyAppender
start()
- Method in class ch.qos.logback.ext.loggly.
AbstractLogglyAppender
start()
- Method in class ch.qos.logback.ext.loggly.
LogglyBatchAppender
stop()
- Method in class ch.qos.logback.ext.loggly.
AbstractLogglyAppender
stop()
- Method in class ch.qos.logback.ext.loggly.
LogglyBatchAppender
T
toBytes(InputStream)
- Method in class ch.qos.logback.ext.loggly.
AbstractLogglyAppender
toString()
- Method in class ch.qos.logback.ext.loggly.io.
DiscardingRollingOutputStream
U
UTF_8
- Static variable in class ch.qos.logback.ext.loggly.
AbstractLogglyAppender
W
write(int)
- Method in class ch.qos.logback.ext.loggly.io.
DiscardingRollingOutputStream
write(byte[])
- Method in class ch.qos.logback.ext.loggly.io.
DiscardingRollingOutputStream
write(byte[], int, int)
- Method in class ch.qos.logback.ext.loggly.io.
DiscardingRollingOutputStream
A
B
C
D
E
F
G
I
L
N
O
P
R
S
T
U
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2014-2015. All Rights Reserved.