ch.qos.logback.ext.loggly
Interface LogglyBatchAppenderMBean

All Known Implementing Classes:
LogglyBatchAppender

public interface LogglyBatchAppenderMBean

JMX Mbean interface for the LogglyBatchAppender.

Author:
Cyrille Le Clerc

Method Summary
 long getCurrentLogEntriesBufferSizeInBytes()
          Size in bytes of the log entries that have not yet been sent to Loggly.
 int getDiscardedBucketsCount()
          Number of discarded buckets
 long getSendDurationInNanos()
          Duration spent sending logs to Loggly.
 int getSendExceptionCount()
          Number of failing invocations to Loggly's send logs API.
 int getSendSuccessCount()
          Number of successful invocations to Loggly's send logs API.
 long getSentBytes()
          Number of bytes sent to Loggly.
 boolean isDebug()
           
 void processLogEntries()
           
 void setDebug(boolean debug)
          Enable debugging
 

Method Detail

processLogEntries

void processLogEntries()

getSentBytes

long getSentBytes()
Number of bytes sent to Loggly.


getSendDurationInNanos

long getSendDurationInNanos()
Duration spent sending logs to Loggly.


getSendSuccessCount

int getSendSuccessCount()
Number of successful invocations to Loggly's send logs API.


getSendExceptionCount

int getSendExceptionCount()
Number of failing invocations to Loggly's send logs API.


getDiscardedBucketsCount

int getDiscardedBucketsCount()
Number of discarded buckets


getCurrentLogEntriesBufferSizeInBytes

long getCurrentLogEntriesBufferSizeInBytes()
Size in bytes of the log entries that have not yet been sent to Loggly.


isDebug

boolean isDebug()

setDebug

void setDebug(boolean debug)
Enable debugging



Copyright © 2014-2015. All Rights Reserved.