org.apache.cxf.management.web.logging
Interface ReadWriteLogStorage

All Superinterfaces:
ReadableLogStorage

public interface ReadWriteLogStorage
extends ReadableLogStorage

Can be used by pull-style loggers to offload/save the records to some external storage


Method Summary
 void clear()
          Clear the storage
 void save(List<LogRecord> records)
          Save the records
 
Methods inherited from interface org.apache.cxf.management.web.logging.ReadableLogStorage
close, getSize, load
 

Method Detail

save

void save(List<LogRecord> records)
Save the records

Parameters:
records - log records to save

clear

void clear()
Clear the storage



Apache CXF