Uses of Class
ch.qos.logback.core.helpers.CyclicBuffer
Packages that use 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 functionnalities of logback, such as
-
Uses of CyclicBuffer in ch.qos.logback.access.net
Methods in ch.qos.logback.access.net with parameters of type CyclicBufferModifier and TypeMethodDescriptionprotected void
SMTPAppender.fillBuffer
(CyclicBuffer<IAccessEvent> cb, StringBuffer sbuf) protected void
SMTPAppender.subAppend
(CyclicBuffer<IAccessEvent> cb, IAccessEvent event) Perform SMTPAppender specific appending actions, mainly adding the event to the appropriate cyclic buffer. -
Uses of CyclicBuffer in ch.qos.logback.classic.net
Methods in ch.qos.logback.classic.net with parameters of type CyclicBufferModifier 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
Fields in ch.qos.logback.core declared as CyclicBufferModifier and TypeFieldDescriptionprotected final CyclicBuffer<Status>
BasicStatusManager.tailBuffer
-
Uses of CyclicBuffer in ch.qos.logback.core.helpers
Constructors in ch.qos.logback.core.helpers with parameters of type CyclicBuffer -
Uses of CyclicBuffer in ch.qos.logback.core.net
Methods in ch.qos.logback.core.net with parameters of type CyclicBufferModifier 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) -
Uses of CyclicBuffer in ch.qos.logback.core.spi
Methods in ch.qos.logback.core.spi that return CyclicBufferModifier and TypeMethodDescriptionprotected CyclicBuffer<E>
CyclicBufferTracker.buildComponent
(String key) Methods in ch.qos.logback.core.spi with parameters of type CyclicBufferModifier and TypeMethodDescriptionprotected boolean
CyclicBufferTracker.isComponentStale
(CyclicBuffer<E> eCyclicBuffer) protected void
CyclicBufferTracker.processPriorToRemoval
(CyclicBuffer<E> component)