Package | Description |
---|---|
ch.qos.logback.classic.net |
Contains classes used to log through a network
|
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 | Method and Description |
---|---|
protected void |
SMTPAppender.fillBuffer(CyclicBuffer<ILoggingEvent> cb,
java.lang.StringBuffer sbuf) |
protected void |
SMTPAppender.subAppend(CyclicBuffer<ILoggingEvent> cb,
ILoggingEvent event)
Perform SMTPAppender specific appending actions, mainly adding the event to
a cyclic buffer.
|
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,
java.lang.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> |
CyclicBufferTracker.getOrCreate(java.lang.String key,
long timestamp)
Get the cyclic buffer identified by 'key', updating its timestamp in the process.
|
CyclicBuffer<E> |
CyclicBufferTrackerImpl.getOrCreate(java.lang.String key,
long timestamp) |