Uses of Class
org.wso2.carbon.utils.logging.CircularBuffer

Packages that use CircularBuffer
org.wso2.carbon.utils.logging.appenders   
 

Uses of CircularBuffer in org.wso2.carbon.utils.logging.appenders
 

Methods in org.wso2.carbon.utils.logging.appenders that return CircularBuffer
 CircularBuffer<org.apache.log4j.spi.LoggingEvent> MemoryAppender.getCircularQueue()
           
 

Methods in org.wso2.carbon.utils.logging.appenders with parameters of type CircularBuffer
 void MemoryAppender.setCircularBuffer(CircularBuffer<org.apache.log4j.spi.LoggingEvent> circularBuffer)
           
 

Constructors in org.wso2.carbon.utils.logging.appenders with parameters of type CircularBuffer
MemoryAppender(CircularBuffer<org.apache.log4j.spi.LoggingEvent> circularBuffer)
           
 



Copyright © 2014 WSO2 Inc. All rights reserved.