Uses of Class
ch.qos.logback.core.helpers.CyclicBuffer
Package
Description
Contains classes used to log through a network
Contains the main classes of logback core.
Helpers package.
Contains the base classes used by logback to log to remote
destinations.
Contains core functionalities of logback, such as
AppenderAttachable
and
LifeCycle
.-
Uses of CyclicBuffer in ch.qos.logback.classic.net
Modifier and TypeMethodDescriptionprotected 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. -
Uses of CyclicBuffer in ch.qos.logback.core
Modifier and TypeFieldDescriptionprotected final CyclicBuffer
<Status> BasicStatusManager.tailBuffer
-
Uses of CyclicBuffer in ch.qos.logback.core.helpers
-
Uses of CyclicBuffer in ch.qos.logback.core.net
Modifier and TypeMethodDescriptionprotected 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) protected void
SMTPAppenderBase.updateMimeMsg
(jakarta.mail.internet.MimeMessage mimeMsg, CyclicBuffer<E> cb, E lastEventObject) Allows to extend classes to update mime message (e.g.: Add headers) -
Uses of CyclicBuffer in ch.qos.logback.core.spi
Modifier and TypeMethodDescriptionprotected CyclicBuffer
<E> CyclicBufferTracker.buildComponent
(String key) Modifier and TypeMethodDescriptionprotected boolean
CyclicBufferTracker.isComponentStale
(CyclicBuffer<E> eCyclicBuffer) protected void
CyclicBufferTracker.processPriorToRemoval
(CyclicBuffer<E> component)