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 voidSMTPAppender.fillBuffer(CyclicBuffer<IAccessEvent> cb, StringBuffer sbuf) protected voidSMTPAppender.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 voidSMTPAppender.fillBuffer(CyclicBuffer<ILoggingEvent> cb, StringBuffer sbuf) protected voidSMTPAppender.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
Fields in ch.qos.logback.core.net declared as CyclicBufferModifier and TypeFieldDescription(package private) final CyclicBuffer<E> SMTPAppenderBase.SenderRunnable.cyclicBufferMethods in ch.qos.logback.core.net with parameters of type CyclicBufferModifier and TypeMethodDescriptionprotected abstract voidSMTPAppenderBase.fillBuffer(CyclicBuffer<E> cb, StringBuffer sbuf) protected voidSMTPAppenderBase.sendBuffer(CyclicBuffer<E> cb, E lastEventObject) Send the contents of the cyclic buffer as an e-mail message.protected abstract voidSMTPAppenderBase.subAppend(CyclicBuffer<E> cb, E eventObject) Constructors in ch.qos.logback.core.net with parameters of type CyclicBufferModifierConstructorDescription(package private)SenderRunnable(CyclicBuffer<E> cyclicBuffer, E e) -
Uses of CyclicBuffer in ch.qos.logback.core.read
Fields in ch.qos.logback.core.read declared as CyclicBuffer -
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 booleanCyclicBufferTracker.isComponentStale(CyclicBuffer<E> eCyclicBuffer) protected voidCyclicBufferTracker.processPriorToRemoval(CyclicBuffer<E> component)