| Package | Description |
|---|---|
| ch.qos.logback.core |
Contains the main classes of logback core.
|
| ch.qos.logback.core.helpers |
Helpers package.
|
| ch.qos.logback.core.net |
Contains the base classes used by logback to log to remote
destinations.
|
| ch.qos.logback.core.spi |
Contains core functionnalities of logback, such as
|
| Modifier and Type | Field and Description |
|---|---|
protected CyclicBuffer<Status> |
BasicStatusManager.tailBuffer |
| Constructor and Description |
|---|
CyclicBuffer(CyclicBuffer<E> other) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
SMTPAppenderBase.fillBuffer(CyclicBuffer<E> cb,
StringBuffer sbuf) |
protected void |
SMTPAppenderBase.sendBuffer(CyclicBuffer<E> cb,
E lastEventObject)
Send the contents of the cyclic buffer as an e-mail message.
|
protected abstract void |
SMTPAppenderBase.subAppend(CyclicBuffer<E> cb,
E eventObject) |
| Modifier and Type | Method and Description |
|---|---|
CyclicBuffer<E> |
CyclicBufferTrackerImpl.getOrCreate(String key,
long timestamp) |
CyclicBuffer<E> |
CyclicBufferTracker.getOrCreate(String key,
long timestamp)
Get the cyclic buffer identified by 'key', updating its timestamp in the process.
|
Copyright © 2005-2013 QOS.ch. All Rights Reserved.