Packagenet.sourceforge.fxpotpourri.logging.core
Interfacepublic interface IRingBuffer
ImplementorsRingBuffer

Stores log messages in a ring buffer of predefined size, and should be emptied if A) error was logged or B) log level is >= ERROR



Public Properties
 PropertyDefined by
  isFull : Boolean
[read-only]
IRingBuffer
Public Methods
 MethodDefined by
  
IRingBuffer
  
removeAll():ArrayCollection
IRingBuffer
Property detail
isFullproperty
isFull:Boolean  [read-only]Implementation
    public function get isFull():Boolean
Method detail
appendLogItem()method
public function appendLogItem(item:LogItem):voidParameters
item:LogItem
removeAll()method 
public function removeAll():ArrayCollection

Returns
ArrayCollection