Uses of Class
ch.qos.logback.core.helpers.CyclicBuffer

Packages that use CyclicBuffer
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 
 

Uses of CyclicBuffer in ch.qos.logback.classic.net
 

Methods in ch.qos.logback.classic.net with parameters of type CyclicBuffer
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.
 

Uses of CyclicBuffer in ch.qos.logback.core
 

Fields in ch.qos.logback.core declared as CyclicBuffer
protected  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
CyclicBuffer(CyclicBuffer<E> other)
           
 

Uses of CyclicBuffer in ch.qos.logback.core.net
 

Methods in ch.qos.logback.core.net with parameters of type CyclicBuffer
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)
           
 

Uses of CyclicBuffer in ch.qos.logback.core.spi
 

Methods in ch.qos.logback.core.spi that return CyclicBuffer
 CyclicBuffer<E> CyclicBufferTrackerImpl.getOrCreate(String key, long timestamp)
           
 CyclicBuffer<E> CyclicBufferTracker.getOrCreate(String key, long timestamp)
          Get the cyclic buffer identified by 'key', updating its timestamp in the process.
 



Copyright © 2005-2013 QOS.ch. All Rights Reserved.