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,
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,
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 |
---|---|
protected CyclicBuffer<E> |
CyclicBufferTracker.buildComponent(String key) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
CyclicBufferTracker.isComponentStale(CyclicBuffer<E> eCyclicBuffer) |
protected void |
CyclicBufferTracker.processPriorToRemoval(CyclicBuffer<E> component) |
Copyright © 2005–2015 QOS.ch. All rights reserved.