|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReadWriteLogStorage
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 |
|---|
void save(List<LogRecord> records)
records - log records to savevoid clear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||